Optional
labelsOptional
withAllLabels?: string[]When set and not an empty array, these labels must ALL be present on a character in order for it to appear in the filtered result.
If both, withAllLabels and withNoneLabels are provided and non-empty arrays, withNoneLabels is ignored.
If both, withAllLabels and withOneOfLabels are provided and non-empty arrays, withOneOfLabels is ignored.
Optional
withNoneLabels?: string[]When set and not an empty array, NONE of these labels must be present on a character in order for it to appear in the filtered result.
If both, withAllLabels and withNoneLabels are provided and non-empty arrays, withNoneLabels is ignored.
If both, withNoneLabels and withOneOfLabels are provided and non-empty arrays, withNoneLabels is ignored.
Optional
withOneOfLabels?: string[]When set and not an empty array, ONE of these labels must be present on a character in order for it to appear in the filtered result.
If both, withAllLabels and withNoneLabels are provided and non-empty arrays, withNoneLabels is ignored.
If both, withNoneLabels and withOneOfLabels are provided and non-empty arrays, withNoneLabels is ignored.
Options for filtering characters.