TextStyle

文本样式配置
type TextStyle = Style & object

类型: Style & object

属性

background

背景色

background?: string | []

类型: string | []

文本内容

content?: string

类型: string

halo

光晕样式

halo?: Style

类型: Style

垂直偏移

verticalOffset?: number[]

类型: number[]

BIMFlux AI