transferum
    Preparing search index...

    Class BaseStateTransfer<T>Abstract

    Base class for transfers that store a value in ProxyReference.

    Provides:

    • _state: ProxyReference — reference to the current value (initialValue from config or undefined)
    • destroy(): clears _state

    Subclasses use _state.value for writing, _state.pop() for extracting with cleanup, _state.clear() for resetting without extraction.

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index
    _state: ProxyReference<T>
    isAsyncPollingProxy: boolean = false
    isAsyncPullable: boolean = false
    isAsyncPushable: boolean = false
    isAsyncTriggerable: boolean = false
    isDuplex: boolean = false
    isGate: boolean = false
    isInput: boolean = false
    isOutput: boolean = false
    isPollingProxy: boolean = false
    isPollingSource: boolean = false
    isPullable: boolean = false
    isPushable: boolean = false
    isSubscribable: boolean = false
    isTriggerable: boolean = false