CodeProps Interface
The wire format for a Code
extensions
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 | undefined | string | the value of this code. |
Defined in
- core/common/src/Code.ts Line 24
Last Updated: 20 June, 2023