Icon
type Icon = { color?: string | ThemeColor; id?: string; key?: string; name: WidgetIcon; size?: IconSize; type: 'Icon';};
Properties
Section titled “Properties”color?
Section titled “color?”optional color: | string | ThemeColor;
optional id: string;
optional key: string;
name: WidgetIcon;
optional size: IconSize;
type: 'Icon';