Interface ViewFieldAction

Actions configured on a view field.

Hierarchy

  • ViewFieldAction

Properties

actionSettings: DialogViewOptions

The settings that will be used to execute the action.

customClass?: string

The custom class that will be set on the action. Multiple classes are separated by a space.

description?: string

The description of the action.

icon: string

The icon to show.

viewFieldName: string

The name of the view field which will get the action.

viewFieldsToUpdate?: string[]

The names of the view fields that will be updated.

Generated using TypeDoc