elements()
Home > @gooddata/sdk-backend-spi > IWorkspaceAttributesService > elements
IWorkspaceAttributesService.elements() method
Returns service that can be used to query attribute elements for attributes defined in this workspace.
Signature:
elements(): IElementsQueryFactory;
Returns:
Remarks
For instance if workspace has data set Employee with attribute Name, then this service can be used to retrieve names of all employees.