@aurigma/design-editor-iframe
Version:
Using this module you can embed Design Editor (a part of Customer's Canvas) to your page through the IFrame API.
19 lines (18 loc) • 590 B
TypeScript
import { ButtonType } from "./IToolboxConfigParsed";
/** @internal */
export declare namespace ILeftToolbarConfigParsed {
const injectName = "$cc.ILeftToolbarConfigParsed";
}
/** @internal */
export interface ILeftToolbarConfigParsed {
imageButtonEnabled: boolean;
textButtonEnabled: boolean;
lineButtonEnabled: boolean;
rectangleButtonEnabled: boolean;
ellipseButtonEnabled: boolean;
linearBarcodeButtonEnabled: boolean;
qrCodeButtonEnabled: boolean;
richTextButtonEnabled: boolean;
disabled: boolean;
buttons: ButtonType[];
}