turbodombuilder - v0.9.66
    Preparing search index...

    Type Alias StatefulReifectProperties<State, ClassType>

    StatefulReifectProperties: StatefulReifectCoreProperties<State, ClassType> & {
        states?: State[] | object;
        initialState?: State | boolean;
        attachedObjects?: ClassType[];
    }

    Type Parameters