Inherits from NSObject
Declared in TEduBoardDef.h

Overview

@ingroup def

Properties

customCursorIcon

是否自定义鼠标样式, 默认false; 设置为为true时, 可收到[TEduBoardDelegate onTEBBoardCursorPosition] 回调事件,自定义鼠标样式

@property (nonatomic, assign) bool customCursorIcon

Discussion

是否自定义鼠标样式, 默认false; 设置为为true时, 可收到[TEduBoardDelegate onTEBBoardCursorPosition] 回调事件,自定义鼠标样式

Declared In

TEduBoardDef.h

dataSyncEnable

是否启用数据同步,禁用后将导致本地白板操作不会被同步给远端

@property (nonatomic, assign) bool dataSyncEnable

Discussion

是否启用数据同步,禁用后将导致本地白板操作不会被同步给远端

Declared In

TEduBoardDef.h

drawEnable

是否允许涂鸦,默认 YES

@property (nonatomic, assign) bool drawEnable

Discussion

是否允许涂鸦,默认 YES

Declared In

TEduBoardDef.h

elementOperationAuthority

设置白板元素操作权限

@property (nonatomic, strong) TEduBoardOperationAuthority *elementOperationAuthority

Discussion

设置白板元素操作权限

Declared In

TEduBoardDef.h

enableScaleTool

是否启用白板缩放移动工具的缩放功能,默认为true

@property (nonatomic, assign) bool enableScaleTool

Discussion

是否启用白板缩放移动工具的缩放功能,默认为true

Declared In

TEduBoardDef.h

formulaEnable

是否预加载公式库

@property (nonatomic, assign) bool formulaEnable

Discussion

是否预加载公式库

Declared In

TEduBoardDef.h

isAutoHideRemoteCursor

远端画笔不动2秒后是否自动隐藏

@property (nonatomic, assign) bool isAutoHideRemoteCursor

Discussion

远端画笔不动2秒后是否自动隐藏

Declared In

TEduBoardDef.h

mathGraphEnable

是否预加载数学函数图像库

@property (nonatomic, assign) bool mathGraphEnable

Discussion

是否预加载数学函数图像库

Declared In

TEduBoardDef.h

mouseToolBehavior

设置鼠标工具行为

@property (nonatomic, strong) TEduBoardMouseToolBehavior *mouseToolBehavior

Discussion

设置鼠标工具行为

Declared In

TEduBoardDef.h

pinchToZoomEnable

在任意工具下开启双指缩放

@property (nonatomic, assign) bool pinchToZoomEnable

Discussion

在任意工具下开启双指缩放

Declared In

TEduBoardDef.h

progressEnable

是否启用SDK内置Loading图标

@property (nonatomic, assign) bool progressEnable

Discussion

是否启用SDK内置Loading图标

Declared In

TEduBoardDef.h

remoteCursorVisible

画笔模式下远端画笔是否显示

@property (nonatomic, strong) TEduBoardCursorVisible *remoteCursorVisible

Discussion

画笔模式下远端画笔是否显示

Declared In

TEduBoardDef.h

showCursorOnTouch

是否在移动端上显示画笔

@property (nonatomic, assign) bool showCursorOnTouch

Discussion

是否在移动端上显示画笔

Declared In

TEduBoardDef.h

showLocalOperator

是否显示本地操作信息(选框工具选中白板元素显示白板元素的创建者)

@property (nonatomic, assign) bool showLocalOperator

Discussion

是否显示本地操作信息(选框工具选中白板元素显示白板元素的创建者)

Declared In

TEduBoardDef.h

showRemoteOperator

是否显示远端操作信息(远端使用选框工具时,本地显示远端用户操作的白板元素)

@property (nonatomic, assign) bool showRemoteOperator

Discussion

是否显示远端操作信息(远端使用选框工具时,本地显示远端用户操作的白板元素)

Declared In

TEduBoardDef.h

showRemoteSelectBox

是否显示远端选框

@property (nonatomic, assign) bool showRemoteSelectBox

Discussion

是否显示远端选框

Declared In

TEduBoardDef.h

systemCursorEnable

是否启用原生系统光标,默认false

@property (nonatomic, assign) bool systemCursorEnable

Discussion

是否启用原生系统光标,默认false

Declared In

TEduBoardDef.h