Search
    Preparing search index...
    interface CreateSupplementaryData {
        entity: string;
        facets: FACETS[];
        facetsInheritable?: FACETS[];
        formFields: AbstractFormField<AbstractFormFieldValue>[];
        negate: boolean;
        searchDataType: SearchDataType;
    }
    Index

    Properties

    entity: string
    facets: FACETS[]
    facetsInheritable?: FACETS[]
    negate: boolean
    searchDataType: SearchDataType