Constructors
constructor
- new Icon(key, icon, type?): Icon
Parameters
- key: string
- icon: string
- type: IconType = IconType.MATERIAL
Accessors
icon
- get icon(): string
Returns string
- set icon(value): void
Returns void
key
- get key(): string
Returns string
- set key(value): void
Returns void
type
- get type(): IconType
- set type(value): void
Returns void
Methods