Skip to content

@continuum-js/dom


@continuum-js/dom / applyProp

Function: applyProp() ​

applyProp(el, key, value): void

Defined in: index.tsx:454

Internal

Apply one prop: ref, event, state binding or a plain value — the semantics shared by the JSX factory and the compiled runtime.

Parameters ​

el ​

Element

key ​

string

value ​

unknown

Returns ​

void