IRankingFilterDropdownProps
Home > @gooddata/sdk-ui-filters > IRankingFilterDropdownProps
IRankingFilterDropdownProps interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface IRankingFilterDropdownProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
HTMLElement | string |
(BETA) (Optional) | ||
|
(BETA) | |||
|
(BETA) (Optional) Current "out of" attributes (titled), seeded by the host (filter's own, or insight defaults). | |||
|
(BETA) (Optional) Catalog "out of" attributes (used when not lazily loaded via loadCatalogAttributes). | |||
|
(BETA) (Optional) | |||
|
boolean |
(BETA) (Optional) | ||
|
boolean |
(BETA) (Optional) | ||
|
(BETA) | |||
|
(BETA) (Optional) Insight default "out of" attributes (for the reset action). | |||
|
boolean |
(BETA) (Optional) | ||
|
(attributes: ObjRefInScope[]) => Promise<IDimensionalityItem[]> |
(BETA) (Optional) Lazily loads catalog "out of" attributes valid for the current selection (on picker open). | ||
|
string |
(BETA) (Optional) | ||
|
(BETA) | |||
|
(filter: IRankingFilter) => void |
(BETA) | ||
|
() => void |
(BETA) (Optional) | ||
|
() => void |
(BETA) (Optional) | ||
|
(ref: ObjRefInScope) => void |
(BETA) (Optional) | ||
|
(BETA) (Optional) Optional custom renderer for the measure dropdown body, replacing the built-in flat measure list with a custom body (e.g. a grouped, searchable catalog picker). |