ui

Get editable element property descriptors

Returns the running control's supported property editors, current formatted values, writability, enum choices, and numeric constraints. Clients should prefer these runtime descriptors over a static control-type table.

get/api/v1/ui/elements/{id}/properties

Path parameters

idElementId required— unresolved $ref

Globally unique element identifier.

Response

Runtime property descriptors for the element.

ElementPropertyDescriptorsJson required— unresolved $ref

Changes