Interface CharacterFilteringOptions

Options for filtering characters.

Hierarchy

  • CharacterFilteringOptions

Properties

Properties

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

Type declaration

Generated using TypeDoc