Change triggered by the Set SearchKeywords update action.

interface SetSearchKeywordsChange {
    catalogData: string;
    change: string;
    nextValue: SearchKeywords;
    previousValue: SearchKeywords;
    type: "SetSearchKeywordsChange";
}

Properties

catalogData: string
change: string
nextValue: SearchKeywords

Value after the change.

previousValue: SearchKeywords

Value before the change.

type: "SetSearchKeywordsChange"