ObjectAvailabilityConfig
Home > @gooddata/sdk-ui-dashboard > ObjectAvailabilityConfig
ObjectAvailabilityConfig interface
Dashboard component may offer users to pick objects to use on the dashboard.
Signature:
export interface ObjectAvailabilityConfig
Remarks
User can, for instance, select a metric to use on KPI, select an attribute or a date dataset to filter by.
The object availability configuration can be used to filter objects that the user can pick.
By default, all objects
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
excludeObjectsWithTags? | string[] | (Optional) Specify tags to exclude objects by. | |
includeObjectsWithTags? | string[] | (Optional) Specify tags to include objects by. |