dc-management-sdk-js
    Preparing search index...

    Interface EnumFacet

    Enum facet

    interface EnumFacet {
        facetAs: "ENUM";
        field: string;
        filter?: {
            includeWithMissingField?: boolean;
            type: "IN" | "EXCLUDES" | "EQ";
            values: string[];
        };
        name?: string;
    }
    Index

    Properties

    facetAs: "ENUM"
    field: string
    filter?: {
        includeWithMissingField?: boolean;
        type: "IN" | "EXCLUDES" | "EQ";
        values: string[];
    }
    name?: string