Interface SearchXperiencePropsBeta

Interface representing the properties for the SearchXperience component.

interface SearchXperienceProps {
    defaultConcept?: string[];
    defaultSearchFields?: {
        entity_label?: string;
        os_textsearchfield?: string;
    };
    disableConceptSelector?: boolean;
    taskID?: string;
    title?: string;
}

Hierarchy (view full)

Properties

defaultConcept?: string[]

The default concepts for the search experience.

defaultSearchFields?: {
    entity_label?: string;
    os_textsearchfield?: string;
}

The default search fields for the search experience.

disableConceptSelector?: boolean

Whether to disable the concept selector.

taskID?: string

The task ID associated with the search experience.

title?: string

The title of the search experience.