Type alias CreateReactComponentCallback<T>
CreateReactComponentCallback<T>: ((pSetRef: ((pComponent: T | null) => void), pDispose: (() => void)) => JSX.Element)
Type declaration
-
- (pSetRef: ((pComponent: T | null) => void), pDispose: (() => void)): JSX.Element
-
Parameters
-
pSetRef: ((pComponent: T | null) => void)
-
- (pComponent: T | null): void
-
Returns void
-
pDispose: (() => void)
Returns JSX.Element
Callback for
ComponentFactory.createReactComponent()
.