Execute
Home > @gooddata/sdk-ui > Execute
Execute variable
The executor provides a more curated experience to obtain and work with data from backends.
Signature:
Execute: (props: IExecuteProps) => React.JSX.Element
Remarks
It is aligned with the DataAccess
infrastructure which exposes the underlying data as data series that can be sliced by additional attributes.
Once the executor finishes, the DataViewFacade.data() method will expose the data as series and slices according to the specification to the executor. Note that if the resulting data is empty this will NOT throw a NoDataError. It is the responsibility of the child component to handle that if they need to.
See IDataAccessMethods for additional documentation