getAsyncMeta() function
Home > @rimitive/view > getAsyncMeta
getAsyncMeta() function
Section titled “getAsyncMeta() function”Get async metadata from a node
Signature:
export declare function getAsyncMeta<T>(node: NodeRef<unknown>): AsyncMeta<T> | undefined;Parameters
Section titled “Parameters”|
Parameter |
Type |
Description |
|---|---|---|
|
node |
NodeRef<unknown> |
Returns:
AsyncMeta<T> | undefined