newDisplayFormMap()
Home > @gooddata/sdk-ui-dashboard > newDisplayFormMap
newDisplayFormMap() function
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.
Creates ObjRefMap for attribute display form metadata objects.
Signature:
export declare function newDisplayFormMap(items: ReadonlyArray<IAttributeDisplayFormMetadataObject>, strictTypeCheck?: boolean): ObjRefMap<IAttributeDisplayFormMetadataObject>;
Parameters
Parameter | Type | Description |
---|---|---|
items | ReadonlyArray<IAttributeDisplayFormMetadataObject> | items to add into map |
strictTypeCheck | boolean | (Optional) whether to do strict type checking when getting by identifierRef |
Returns: