Type alias CreateViewPayload

CreateViewPayload: {
    opts: Partial<ViewOptions>;
    target?: CreateViewTarget;
    targetView?: Identity;
}

Type declaration

  • opts: Partial<ViewOptions>

    Options for the view to be added.

  • Optional target?: CreateViewTarget

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

  • Optional targetView?: Identity

Generated using TypeDoc