CodeProps Interface
The parameters that define a Code
Implemented by
Properties
Name | Type | Description | |
---|---|---|---|
scope | string | Either the ElementId or the FederationGuid of the element that provides the scope for this code. | |
spec | string | Either the stringified 64-bit Id of the CodeSpec for this code, or the name of the CodeSpec. | |
value | string | undefined | the value of this code. |
Defined in
- core/common/src/Code.ts Line 24
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.