Websites v4 docs v5.2.5
    Preparing search index...

    Type Alias UseSearchPropertyStatus

    type UseSearchPropertyStatus = {
        allAvailable: boolean;
        handleChangeStatus: () => void;
        updatingSearch: boolean;
    }
    Index

    Properties

    allAvailable: boolean
    handleChangeStatus: () => void
    updatingSearch: boolean