Interface CommandSearchInputAllowedFilters

CommandSearchInputAllowedFilters

interface CommandSearchInputAllowedFilters {
    enabled?: boolean[];
    id?: string[];
    moduleId?: string[];
    name?: string[];
}

Properties

enabled?: boolean[]

CommandSearchInputAllowedFilters

id?: string[]

CommandSearchInputAllowedFilters

moduleId?: string[]

CommandSearchInputAllowedFilters

name?: string[]

CommandSearchInputAllowedFilters