AboutSupportDeveloper GuideVersion 41.129.83.3
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