AboutSupportDeveloper GuideVersion 38.126.82.64
interface CreateViewPayload {
    opts: Partial<ViewOptions>;
    target?: CreateViewTarget;
    targetView?: Identity;
}

Properties

opts: Partial<ViewOptions>

Options for the view to be added.

Window the view will be added to. If no target is provided, a new window will be created.

targetView?: Identity