Interface

ActionJSON

ActionJSON

Members

'record' | 'resource' | 'bulk'

# actionType

Type of an action

View Source admin-bro/src/backend/decorators/action-json.interface.ts, line 13

string | false | null

# component Optional

Action component. When set to false action will be invoked immediately after clicking it, to put in another words: there wont be an action view

View Source admin-bro/src/backend/decorators/action-json.interface.ts, line 40

string

# guard Optional

Guarding message which should be presented in alert() after clicking the action button

View Source admin-bro/src/backend/decorators/action-json.interface.ts, line 29

string

# label

Action label - visible on the frontend

View Source admin-bro/src/backend/decorators/action-json.interface.ts, line 24

boolean

# showFilter

If action should have a filter (for resource actions)

View Source admin-bro/src/backend/decorators/action-json.interface.ts, line 35