RevoGrid Documentation v4.19.3 / 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)
ts
function h(sel: any): VNodeParameters
| Parameter | Type |
|---|---|
sel | any |
Returns
Defined in
node_modules/@stencil/core/internal/stencil-public-runtime.d.ts:558
h(sel, data)
ts
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:559
h(sel, data)
ts
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:560
h(sel, text)
ts
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:561
h(sel, children)
ts
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:562
h(sel, data, text)
ts
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:563
h(sel, data, children)
ts
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:564
h(sel, data, children)
ts
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:565