Interface ClearQuerySuggestActionCreatorPayload

interface ClearQuerySuggestActionCreatorPayload {
    id: string;
}

Properties

Properties

id: string

The unique identifier of the target query suggest entity (e.g., b953ab2e-022b-4de4-903f-68b2c0682942). Usually, this will be the ID of the search box controller that requests the query suggestions.