element-vir - v26.14.0
    Preparing search index...

    Type Alias AsyncProp<Value, Params>

    AsyncProp: Omit<
        InternalAsyncPropClass<Value, Params>,

            | "dispatch"
            | "equalityCheck"
            | "getListenerCount"
            | "updateCallback"
            | "removeListener"
            | "removeAllListeners"
            | "listenToEvent"
            | "listen"
            | "resolvedValue",
    >

    An async property created by asyncProp for use within declarative elements. Do not use this directly as its internal types won't be inferred correctly.

    Type Parameters

    • Value
    • Params