[]
        
在线Demo 免费试用
(Showing Draft Content)

documentBinder.InitOption

接口: InitOption

documentBinder.InitOption

Hierarchy

Table of contents

属性

属性

backendServer

backendServer: BackendServer


language

language: string

设计器或查看器语言

示例

language: 'zh'

Inherited from

InitOptionBase.language


parentSelector

parentSelector: () => HTMLElement

Type declaration

▸ (): HTMLElement

包含设计器或查看器的 DOM。

示例

parentSelector: () => document.querySelector('#root')
Returns

HTMLElement


siteTitle

Optional siteTitle: string

网页标签标题

示例

siteTitle: 'dataset'

Inherited from

InitOptionBase.siteTitle


theme

Optional theme: string

设计器或查看器主题

示例

theme: 'red'

Inherited from

InitOptionBase.theme


version

Optional version: string

设计器或查看器版本

示例

version: '1.0.0'

Inherited from

InitOptionBase.version