federationGuid
federationGuid: string | undefined
A FederationGuid assigned to this element.
@note On insert, if this is a valid Guid, the value is preserved. If it is undefined
, a new Guid is created. If it is an invalid Guid (e.g. Guid.empty), the
resultant element will have a null
federationGuid. For update, undefined
means "don't change."
Defined in
- core/common/src/ElementProps.ts Line 47
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.