RevoGrid Documentation v4.15.8 / FunctionalComponent
Interface: FunctionalComponent()<T>
Type Parameters
| Type Parameter | Default type |
|---|---|
T | {} |
ts
interface FunctionalComponent(
props: T,
children: VNode[],
utils: FunctionalUtilities): VNode | VNode[]Parameters
| Parameter | Type |
|---|---|
props | T |
children | VNode[] |
utils | FunctionalUtilities |
Returns
Defined in
node_modules/@stencil/core/internal/stencil-public-runtime.d.ts:524