Type Alias: MaterialSymbolsViewOptions
MaterialSymbolsViewOptions =
object
Defined in: src/ui/components/MaterialSymbolsView.ts:9
Properties
icon?
optional
icon:string
Defined in: src/ui/components/MaterialSymbolsView.ts:11
The name of the icon (e.g., 'sunny', 'home').
iconColor?
optional
iconColor:string
Defined in: src/ui/components/MaterialSymbolsView.ts:19
The color of the icon in hex format (e.g., '#FFFFFF').
iconScale?
optional
iconScale:number
Defined in: src/ui/components/MaterialSymbolsView.ts:17
The scale factor for the icon.
iconStyle?
optional
iconStyle:string
Defined in: src/ui/components/MaterialSymbolsView.ts:15
The style of the icon ('outlined', 'filled', or 'round').
iconWeight?
optional
iconWeight:number
Defined in: src/ui/components/MaterialSymbolsView.ts:13
The weight of the icon (e.g., 100, 400, 700).