src/app/modules/shared/interfaces/fancyTree.ts
glyph |
glyph: |
Type : { preset: string; map: { folder: string; folderOpen: string; }; }
|
showConnectors |
showConnectors: |
Type : Boolean
|
export interface IFancytreeOptions {
glyph?: {
preset: string;
map: {
folder: string;
folderOpen: string;
}
};
showConnectors?: Boolean;
}