Interface ProjectChangeCustomerSearchStatusAction

interface ProjectChangeCustomerSearchStatusAction {
    action: "changeCustomerSearchStatus";
    status: string;
}

Properties

Properties

action: "changeCustomerSearchStatus"
status: string

Activates or deactivates the Customer Search feature. Activation will trigger building a search index for the Customers in the Project.