Designable provides the capability to modify Schema nodes dynamically. It is a core utility for UI configuration in Tachybase.
deepMerge(schema): Deep merge properties into current schemashallowMerge(schema): Shallow merge propertiesremove(): Remove current schema nodeinsertAdjacent(position, schema): Insert schema at specified positioninsertBeforeBegin(schema): Insert before current nodeinsertAfterBegin(schema): Insert as first childinsertBeforeEnd(schema): Insert as last childinsertAfterEnd(schema): Insert after current nodeGet Designable instance for current schema node.
For complete documentation with detailed examples, please refer to the Tachybase developer documentation.