The per-button shape handed to the button template (scope pre-serialized).

interface RenderableButton {
    action: string;
    handlerUuid: string;
    iconFAClass?: string;
    label: string;
    scopeJSON: string;
    skipDialog: boolean;
}

Properties

action: string
handlerUuid: string
iconFAClass?: string
label: string
scopeJSON: string
skipDialog: boolean