Home > @uniformdev/mesh-sdk > SetPropertyLocalizabilityCommonParams

SetPropertyLocalizabilityCommonParams interface

Common fields for EditorStateApi.setPropertyLocalizability().

Signature:

Properties

PropertyModifiersTypeDescription
nodeIdstringThe node owning the parameter.
propertystringThe parameter id.
propertyDefinitionComponentDefinitionParameter<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>