Interface IItemSelectionParams

interface IItemSelectionParams {
    buttonName?: string;
    crossProject?: boolean;
    crossProjectAsList?: boolean;
    crossProjectHideDelete?: boolean;
    linkTypes?: {}[];
    prefix?: string;
    readOnly?: boolean;
    readonly?: boolean;
    showNot?: string[];
    showOnly?: string[];
    singleFolderOnly?: boolean;
}

Properties

buttonName?: string
crossProject?: boolean
crossProjectAsList?: boolean
crossProjectHideDelete?: boolean
linkTypes?: {}[]

Type declaration

    prefix?: string
    readOnly?: boolean
    readonly?: boolean
    showNot?: string[]
    showOnly?: string[]
    singleFolderOnly?: boolean

    Generated using TypeDoc