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