RxInfer Client - v1.3.0
    Preparing search index...

    Type Alias ModelInstanceState

    type ModelInstanceState = {
        state: { [key: string]: unknown };
    }
    Index

    Properties

    Properties

    state: { [key: string]: unknown }

    An object containing the current state of the model instance. May include arbitrary fields specific to the model. See the model documentation for more details.