Type alias QueryByWidgetIdState
QueryByWidgetIdState:
QueryState&QueryByWidgetIdQueryParams& {rowCount:number; }
State of a query execution retrieving data of Fusion widget.
QueryByWidgetIdState.rowCountrowCount?:
numberTotal row count of the query result, ignoring the
countandoffsetpaging.Populated only when ExecuteQueryByWidgetIdParams.includeRowCount is enabled and the Sisense instance supports the row count API;
undefinedotherwise.