WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
PreviewViewConfig
Interface PreviewViewConfig
预览视图配置接口
interface
PreviewViewConfig
{
backgroundColor
?:
number
;
interactive
?:
boolean
;
defaultColor
?:
number
;
}
Index
Properties
background
Color?
interactive?
default
Color?
Properties
Optional
background
Color
backgroundColor
?:
number
背景色,默认 0x1a242e
Optional
interactive
interactive
?:
boolean
是否启用交互(缩放/平移),默认 true
Optional
default
Color
defaultColor
?:
number
默认绘制颜色,默认白色 0xffffff
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
background
Color
interactive
default
Color
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
预览视图配置接口