vira - v28.12.2
    Preparing search index...

    Type Alias DynamicElementValue<Loaders>

    The value for the async prop DynamicElementAsyncProp.

    type DynamicElementValue<Loaders extends BaseDynamicElementLoaders> = {
        cache: Partial<Record<keyof Loaders, DeclarativeElementDefinition>>;
        element: Awaited<ReturnType<Values<Loaders>>>;
        key: keyof Loaders;
    }

    Type Parameters

    Index

    Properties

    Properties

    cache: Partial<Record<keyof Loaders, DeclarativeElementDefinition>>
    element: Awaited<ReturnType<Values<Loaders>>>
    key: keyof Loaders