loadOnMount
Home > @gooddata/sdk-ui > IRawExecuteProps > loadOnMount
IRawExecuteProps.loadOnMount property
Indicates whether the executor 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.