Variable iconMapsConst

iconMaps: {
    [key: string]: {
        [key: string]: string;
    };
} = ...

Default node icons. Requires bootstrap icons https://icons.getbootstrap.com

Type declaration

  • [key: string]: {
        [key: string]: string;
    }
    • [key: string]: string