OpenFin Workspace API
    Preparing search index...

    Interface CLIFilter

    A search filter that will be rendered by a Workspace component.

    interface CLIFilter {
        id: string;
        options: CLIFilterOption | CLIFilterOption[];
        title: string;
        type?: MultiSelect;
    }
    Index
    id: string
    title: string