Home > @uniformdev/mesh-sdk > SetPropertyLocalizabilityCommonParams
SetPropertyLocalizabilityCommonParams interface
Common fields for EditorStateApi.setPropertyLocalizability().
Signature:
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| nodeId | string | The node owning the parameter. | |
| property | string | The parameter id. | |
| propertyDefinition | ComponentDefinitionParameter | <p>The component-definition parameter for <code>(nodeId, property)</code>. Required: the bridge uses this to enforce localizability business rules (refuses to localize a parameter whose definition disallows it) and to resolve the parameter type for value fan-out.</p><p>Mesh integrations must resolve this from the Uniform public API (using a service account API key today, or identity delegation in the future) — the editor frame does not expose component definitions to mesh apps.</p> |