strictTypeCheck
Home > @gooddata/sdk-ui-dashboard > ObjRefMapConfig > strictTypeCheck
ObjRefMapConfig.strictTypeCheck property
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.
Indicates whether strict idRef type-checking is desired. Some backends (e.g. tiger) have identifier refs use combination of id
and type
and have type-level id
uniqueness constraints. On those backends, strict type checks are essential to correctly match objects.
On other backends, the type
information coming in the idRef is superfluous and should not be influencing anything.
Signature:
readonly strictTypeCheck: boolean;