Skip to main content

foundation-entity-management.customaction

Home > @genesislcap/foundation-entity-management > CustomAction

CustomAction interface

Signature:

export interface CustomAction 

Properties

Property

Modifiers

Type

Description

action

{ type: 'event'; event: string; hasForm: boolean; defaultValues?: DefaultValues; uiSchema?: UiSchema; } | { type: 'callback'; callback: (rowData: any) => void; }

appearance?

string

(Optional)

confirmSubmit?

ConfirmSubmit

(Optional)

icon?

string

(Optional)

name

string

position?

CrudMenuPosition

(Optional)

requiresSelection?

boolean

(Optional)

tooltip?

string

(Optional)