foundation-utils.shortcutexecutionstatus
Home > @genesislcap/foundation-utils > ShortcutExecutionStatus
ShortcutExecutionStatus type
A type which represents the disabled status and tooltip of an item
Signature:
export type ShortcutExecutionStatus = {
disabled?: boolean;
tooltip?: string;
};