MobX RESTful
    Preparing search index...

    Class PersistNode<V, S>

    Type Parameters

    • V = any
    • S = any

    Implements

    Index

    Constructors

    Properties

    disposer?: IReactionDisposer
    expireIn?: number
    get?: (value?: S) => V | Promise<V>
    key: string
    set?: (value: V) => S | Promise<S>
    value?: V | S

    Methods