@dremchee/uframe / UframeEditorState
Interface: UframeEditorState
Defined in: embed/protocol.ts:13
Public UI state that an embedding host may control and observe.
Properties
activePageId?
ts
optional activePageId?: string;Defined in: embed/protocol.ts:21
canvasResizeMode
ts
canvasResizeMode: boolean;Defined in: embed/protocol.ts:16
locale?
ts
optional locale?: string;Defined in: embed/protocol.ts:20
preview
ts
preview: boolean;Defined in: embed/protocol.ts:15
readonly
ts
readonly: boolean;Defined in: embed/protocol.ts:18
theme
ts
theme: UframeTheme;Defined in: embed/protocol.ts:19
toolbarVisible
ts
toolbarVisible: boolean;Defined in: embed/protocol.ts:17
viewport
ts
viewport: string;Defined in: embed/protocol.ts:14