WBOptionType enum

Whiteboard option type

白板可选项类型。

Inheritance

Constructors

WBOptionType()
const

Values

FileCachePath → const WBOptionType

Whiteboard file cache path, object type is String.

白板文件缓存路径,对象类型是 String 。

EnableUIResponse → const WBOptionType

Enable whiteboard response UI event flag, object type is bool value. Default is true

启用白板响应UI事件,对象类型是bool。默认启用

ShowDraws → const WBOptionType

Show or hide whiteboard draws, object type is bool value. Default is show

Note Background image or H5 contents are not affected by this option

显示或隐藏白板涂鸦,对象类型是bool。默认显示

Note 背景图和H5内容不受此选项影响

ScaleMove → const WBOptionType

enable whiteboard canvas scale and move, object type is bool value. Default is true

启用白板画布缩放移动,对象类型是bool。默认启用

AutoSelected → const WBOptionType

set image or audio/video object's default status is selected or not, object type is bool value. Default is true

设置图片或音视频对象默认选中状态, 对象类型是bool。默认启用

CursorPosSync → const WBOptionType

enable synchronize cursor position, object type is bool value. Default is false

启用光标位置同步,对象类型是bool。默认关闭

ShowRemoteCursor → const WBOptionType

enable show remote cursor, object type is bool value. Default is false

开启显示远端光标,对象类型是bool。默认关闭

PCUAExthtml → const WBOptionType

Use fake desktop user agent for external html, object type is bool value. Default is false. Support on iOS only.

为外部HTML使用伪桌面 User Agent,对象类型是bool。默认关闭。仅支持iOS。

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<WBOptionType>
A constant List of the values in this enum, in order of their declaration.