Interface CharacterFilteringOptions

Options for filtering characters.

interface CharacterFilteringOptions {
    labels?: {
        withAllLabels?: string[];
        withNoneLabels?: string[];
        withOneOfLabels?: string[];
    };
}

Properties

Properties

labels?: {
    withAllLabels?: string[];
    withNoneLabels?: string[];
    withOneOfLabels?: string[];
}

Type declaration