FindViewOptionsArgs
type FindViewOptionsArgs = {
objectId?: string | null;
viewTypes: readonly ViewType[];
};
Properties
objectId?
optional objectId: string | null;
Object ID for object-backed views. Omit for singleton views.
viewTypes
viewTypes: readonly ViewType[];
View types that identify the logical view.