addModelSelector Method
Add a model selector to a ViewStore.
addModelSelector(args: { name?: string, owner?: string, selector: ViewStoreRpc.SelectorProps }): Promise<string>
@returns The IdString of the new model selector.
Parameter | Type | Description |
---|---|---|
args | { name?: string, owner?: string, selector: ViewStoreRpc.SelectorProps } |
Returns - Promise
The IdString of the new model selector.
Defined in
- core/backend/src/ViewStore.ts Line 916
Last Updated: 22 August, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.