ObjRefMapConfig
Home > @gooddata/sdk-ui-dashboard > ObjRefMapConfig
ObjRefMapConfig interface
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.
Configuration for the ObjRefMap.
Signature:
export interface ObjRefMapConfig<T> 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| 
 | (obj: T) => Identifier | (ALPHA) Function that extracts  | |
| 
 | (obj: T) => ObjRef | (ALPHA) Function that extracts  | |
| 
 | boolean | (ALPHA) Indicates whether strict idRef type-checking is desired. Some backends (e.g. tiger) have identifier refs use combination of  On other backends, the  | |
| 
 | (ALPHA) (Optional) Type of object stored in the map. | ||
| 
 | (obj: T) => string | (ALPHA) Function that extracts  |