@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.
24 lines (23 loc) • 888 B
TypeScript
import { InStringPlaceholderMode, ObjectInspectorPosition } from "../ConfigurationTypes";
/** @internal */
export declare namespace IObjectInspectorConfigParsed {
const injectName = "$cc.IObjectInspectorConfigParsed";
}
/** @internal */
export interface IObjectInspectorConfigParsed {
bgItemEnabled: boolean;
dndEnabled: boolean;
violationWarningsEnabled: boolean;
inStringPlaceholderMode: InStringPlaceholderMode.InStringPlaceholderModeType;
variableItemsEnabled: boolean;
emptyListTextEnabled: boolean;
position: ObjectInspectorPosition.ObjectInspectorPositionType;
isHidden: boolean;
toggleEnabled: boolean;
aboveCanvasOnSmallScreenEnabled: boolean;
showItemName: boolean;
groupRenameEnabled: boolean;
groupsExpandedByDefault: boolean;
expandNestedGroups: boolean;
containerTabsEnabled: boolean;
}