IToolbarWidgetProps

ToolbarWidgetProps接口

属性

container

container?: string | HTMLElement

类型: string | HTMLElement

currentView

currentView?: unknown

类型: unknown

groupStyle

groupStyle?: string

类型: string

iconStyle

iconStyle?: IIconStyle

类型: IIconStyle

isHeightAlignment

isHeightAlignment?: boolean

类型: boolean

mode

mode?: "mix" | "mutex"

类型: "mix" | "mutex"

placement

placement?: "top" | "bottom" | "left" | "right" | "free"

类型: "top" | "bottom" | "left" | "right" | "free"

separatorStyle

separatorStyle?: string

类型: string

style

style?: StyleSheet

类型: StyleSheet

tools

tools: ITool

类型: ITool

touch

touch?: ToolbarTouch

类型: ToolbarTouch

type

type?: "vertical" | "horizontal" | "common"

类型: "vertical" | "horizontal" | "common"

方法

onClick

onClick?(event): void

参数

返回:void

BIMFlux AI