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