EventDispatcher
interface EventDispatcher
Dispatches UI/behavioral events to component editors by identifier. Implementations should resolve components by id/name and update their state.
Functions
Link copied to clipboard
abstract fun setColumnHidden(tableId: String, columnId: String, reason: HiddenReason, value: Boolean, collectionId: String? = null)
Set column hidden state for a table column. tableId is the table field id (or schema id when collectionId is set). columnId is the column id. collectionId when non-null, resolves the table from the collection's schema. Triggers table state update so UI recomposes.