getViewByName Method

Get a view by name. The name can include the view group path, if no groupId is supplied.

getViewByName(arg: { groupId?: RowIdOrString, name: string }): Promise<ViewStoreRpc.ViewInfo | undefined>

Parameter Type Description
arg { groupId?: RowIdOrString, name: string }  

Returns - Promise<ViewStoreRpc.ViewInfo | undefined>

Defined in

Last Updated: 03 August, 2026