AboutSupportDeveloper GuideVersion 22.3.18

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

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

Properties

Properties

id: string
title: string