Interface IFileTreeOptions

interface IFileTreeOptions {
    additionalViewers?: string[];
    aes?: IAesBundle;
}

Properties

additionalViewers?: string[]