loadOnMount
Home > @gooddata/sdk-ui > IExecuteProps > loadOnMount
IExecuteProps.loadOnMount property
Specifies whether Execute should trigger execution and loading right after it is mounted.
Signature:
loadOnMount?: boolean;
Remarks
If not specified defaults to true
.
If set to false
, then the function needs to be called to trigger the execution and loading.