children
Home > @gooddata/sdk-ui > IRawExecuteProps > children
IRawExecuteProps.children property
Child component to which rendering is delegated.
Signature:
children: (executionResult: WithLoadingResult) => React.ReactElement | null;
Remarks
This is a function that will be called every time state of execution and data loading changes.