RevoGrid Documentation v4.21.7 / h
h
The "h" namespace is used to import JSX types for elements and attributes. It is imported in order to avoid conflicting global JSX issues.
Index
Namespaces
| Namespace | Description |
|---|---|
| JSX | - |
h()
h(sel)
function h(sel: any): VNodeParameters
| Parameter | Type |
|---|---|
sel | any |
Returns
Defined in
node_modules/@stencil/core/internal/stencil-public-runtime.d.ts:674
h(sel, data)
function h(sel: Node, data: null | VNodeData): VNodeParameters
| Parameter | Type |
|---|---|
sel | Node |
data | null | VNodeData |
Returns
Defined in
node_modules/@stencil/core/internal/stencil-public-runtime.d.ts:675
h(sel, data)
function h(sel: any, data: null | VNodeData): VNodeParameters
| Parameter | Type |
|---|---|
sel | any |
data | null | VNodeData |
Returns
Defined in
node_modules/@stencil/core/internal/stencil-public-runtime.d.ts:676
h(sel, text)
function h(sel: any, text: string): VNodeParameters
| Parameter | Type |
|---|---|
sel | any |
text | string |
Returns
Defined in
node_modules/@stencil/core/internal/stencil-public-runtime.d.ts:677
h(sel, children)
function h(sel: any, children: (undefined | null | VNode)[]): VNodeParameters
| Parameter | Type |
|---|---|
sel | any |
children | (undefined | null | VNode)[] |
Returns
Defined in
node_modules/@stencil/core/internal/stencil-public-runtime.d.ts:678
h(sel, data, text)
function h(
sel: any,
data: null | VNodeData,
text: string): VNodeParameters
| Parameter | Type |
|---|---|
sel | any |
data | null | VNodeData |
text | string |
Returns
Defined in
node_modules/@stencil/core/internal/stencil-public-runtime.d.ts:679
h(sel, data, children)
function h(
sel: any,
data: null | VNodeData,
children: (undefined | null | VNode)[]): VNodeParameters
| Parameter | Type |
|---|---|
sel | any |
data | null | VNodeData |
children | (undefined | null | VNode)[] |
Returns
Defined in
node_modules/@stencil/core/internal/stencil-public-runtime.d.ts:680
h(sel, data, children)
function h(
sel: any,
data: null | VNodeData,
children: VNode): VNodeParameters
| Parameter | Type |
|---|---|
sel | any |
data | null | VNodeData |
children | VNode |
Returns
Defined in
node_modules/@stencil/core/internal/stencil-public-runtime.d.ts:681
h(sel, data, children)
function h(
sel: any,
data: null | VNodeData, ...
children: (string | number | VNode)[]): VNodeParameters
| Parameter | Type |
|---|---|
sel | any |
data | null | VNodeData |
...children | (string | number | VNode)[] |
Returns
Defined in
node_modules/@stencil/core/internal/stencil-public-runtime.d.ts:682