Rezi
Preparing search index...
core/src
getCompositeMeta
Function getCompositeMeta
getCompositeMeta
(
vnode
:
VNode
,
)
:
|
Readonly
<
{
key
:
string
|
undefined
;
props
:
unknown
;
render
:
(
ctx
:
WidgetContext
<
unknown
>
)
=>
VNode
;
widgetKey
:
string
;
}
,
>
|
null
Get composite metadata from a VNode, or null if not composite.
Parameters
vnode
:
VNode
Returns
|
Readonly
<
{
key
:
string
|
undefined
;
props
:
unknown
;
render
:
(
ctx
:
WidgetContext
<
unknown
>
)
=>
VNode
;
widgetKey
:
string
;
}
,
>
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Get composite metadata from a VNode, or null if not composite.