[]
Sheets.TableSheet.IRowActionOptions
• Optional command: string
To specify the command name which emit a action.
• Optional iconSize: number | IImageSize
To specify the icon size when drawing.
• Optional icons: (string | ButtonImageType)[]
The row action icon list for different statuses.
• Optional name: string
The row action name.
• Optional shortcutKey: IShortcutKey
To specify the shortcut key.
• Optional tooltip: string
The tooltip when hover on the row action.
▸ Optional iconSelector(item, index, context): number | boolean
To select an icon for different statuses.
| Name | Type |
|---|---|
item |
any |
index |
number |
context |
any |
number | boolean