selectExecutionResultLimitBreaksByRef()
Home > @gooddata/sdk-ui-dashboard > selectExecutionResultLimitBreaksByRef
selectExecutionResultLimitBreaksByRef() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Selects the execution result limit breaks for the widget with the given ref.
Signature:
selectExecutionResultLimitBreaksByRef: (ref: ObjRef | undefined) => DashboardSelector<IExecutionResultLimitBreak[]>
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
ref |
ObjRef | undefined |
Returns:
DashboardSelector<IExecutionResultLimitBreak[]>
Remarks
Limit breaks indicate that the widget's execution hit a row/column/cell limit and only partial data was returned. Returns an empty array when there are no limit breaks or the result is not available.