Preparing search index...
The search index is not available
@zeix/ui-element
@zeix/ui-element
pass
Function pass
Pass signals to a custom element
Since
0.12.0
Throws
if the target element is not a custom element
Throws
if the provided signals are not an object or a provider function
Throws
if it fails to pass signals to the target element
pass
<
P
extends
ComponentProps
,
Q
extends
ComponentProps
>
(
signals
:
PassedSignals
<
P
,
Q
>
,
)
:
<
E
extends
Element
>
(
host
:
Component
<
P
>
,
target
:
E
)
=>
void
Type Parameters
P
extends
ComponentProps
Q
extends
ComponentProps
Parameters
signals
:
PassedSignals
<
P
,
Q
>
signals to be passed to the custom element
Returns
<
E
extends
Element
>
(
host
:
Component
<
P
>
,
target
:
E
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@zeix/ui-element
Loading...
Pass signals to a custom element
Since
0.12.0
Throws
Throws
Throws