grid-engine
    Preparing search index...

    Interface CharacterFilteringOptions

    Options for filtering characters.

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

    Properties

    Properties

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

    Type Declaration