Interface CreateFilterKeywordParams

interface CreateFilterKeywordParams {
    keyword: string;
    wholeWord?: null | boolean;
}

Properties

Properties

keyword: string

String. The keyword to be added to the filter group.

wholeWord?: null | boolean

Boolean. Whether the keyword should consider word boundaries.