TreeInlineAction
interfaceImport
import { TreeInlineAction } from '@modular/sdk';Members5
- appliesTo
readonly [TContextValue, TContextValue]- icon
string- id
string- title
string- run
(element: TElement, ctx: TreeContext<TElement>) => void | Promise<void>