[]
        
(Showing Draft Content)

data.WynViewOption

接口: WynViewOption

data.WynViewOption

Table of contents

属性

属性

afterCreating

Optional afterCreating: (option: WynViewOption, attachedDom: HTMLDivElement) => void

Type declaration

▸ (option, attachedDom): void

Parameters
名称 类型
option WynViewOption
attachedDom HTMLDivElement
Returns

void


document

document: Object

Type declaration

名称 类型
title? string
type string

title?: string

-


type: string

-



domId

domId: string


manuallyOperateLoader

Optional manuallyOperateLoader: boolean


onDestroy

Optional onDestroy: (option: WynViewOption, attachedDom: HTMLDivElement) => void

Type declaration

▸ (option, attachedDom): void

Parameters
名称 类型
option WynViewOption
attachedDom HTMLDivElement
Returns

void


scripts

scripts: (string | ScriptOption)[]


styles

styles: string[]


transparent

Optional transparent: boolean


type

type: WynViewType