DecoratorCollection
interface DecoratorCollection
Runtime CRUD API for managing Decorator instances on document fields, rows, and columns.
All operations accept a path string that identifies the target:
"pageId/fieldPositionId"— field decorators"pageId/fieldPositionId/rowId"— row decorators (schema-level)"pageId/fieldPositionId/rowId/columnId"— column/cell decorators
Invalid inputs are reported through the editor's ErrorHandler rather than throwing exceptions.