File

projects/netgrif-components-core/src/lib/data-fields/models/icon.ts

Index

Properties

Properties

key
key: string
Type : string
type
type: string
Type : string
value
value: string
Type : string
export interface Icon {
    key: string;
    type: string;
    value: string;
}

export enum IconType {
    MATERIAL = 'material',
    SVG = 'svg',
}

result-matching ""

    No results matching ""