type AddQuickActionQuery: object;
Type declaration
a
a: string;
Named action to run when the quick action is clicked, takes the block id as parameter.
ea?
optional ea: string;
Named action that returns whether the quick action is enabled, takes the block id as parameter.
i?
optional i: string;
The icon to display on the quick action.
l
l: string;
The text to display on the quick action. The maximum length supported is 30 characters
qat
qat: string;
The type of the quick action
tt?
optional tt: QuickActionTooltipQuery[];
Information on when to display tooltips and what they should say
va?
optional va: string;
Named action that returns whether the quick action is visble in the toolbar.