File

src/app/modules/shared/interfaces/fancyTree.ts

Properties

glyph
glyph: { preset: string; map: { folder: string; folderOpen: string; }; }
Type : { preset: string; map: { folder: string; folderOpen: string; }; }
showConnectors
showConnectors: Boolean
Type : Boolean
export interface IFancytreeOptions {
  glyph?: {
    preset: string;
    map: {
      folder: string;
      folderOpen: string;
    }
  };
  showConnectors?: Boolean;
}

results matching ""

    No results matching ""