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