Type Alias ButtonAction
The standard actions that can be assigned to toolbox buttons. The "RichText" button action is deprecated, since every text element may support rich formatting in Customers Canvas 6.
Declaration
export declare type ButtonAction = "QrCode" | "LinearBarcode" | "DataMatrixBarcode" | // Qr codes
"Line" | "Rectangle" | "Ellipse" | // Shapes
"Text" | "RichText" | "BoundedText" | "CustomText" | "PointText" | // Text items
"Image" | "Background" | "BackgroundParams" | "Layout" | "FillPlaceholders" | "State" | // Galleries
"Custom";