@coveo/headless
    Preparing search index...

    Interface ContextProps

    interface ContextProps {
        initialState?: ContextInitialState;
    }
    Index

    Properties

    Properties

    initialState?: ContextInitialState

    Represents the initial state of the context. If provided, it should adhere to the structure defined by the ContextInitialState interface.