deleteModelSelector Method
Delete a model selector from a ViewStore. If the model selector is referenced by any view, it cannot be deleted and an exception will be thrown.
deleteModelSelector(args: { id: RowIdOrString }): Promise<void>
Parameter | Type | Description |
---|---|---|
args | { id: RowIdOrString } |
Returns - Promise
Defined in
- core/backend/src/ViewStore.ts Line 391
Last Updated: 22 August, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.