類型別名 AttributesWidgetSetting
AttributesWidgetSetting: WidgetSetting & { content: string | { [key: string]: string }; title: string; callback?: () => void; labelWidth?: number; maxContentHeight?: number; maxTextWidth?: number; style?: CSSStyleMap;} 類型宣告
content: string | { [key: string]: string }
title: string
可選callback?: () => void
可選labelWidth?: number
可選maxContentHeight?: number
可選maxTextWidth?: number
屬性檢視Widget參數。