Type alias ViewCreationOptions

ViewCreationOptions: Partial<ViewOptions> & {
    name: string;
    target: Identity;
    url: string;
}

The options object required by View.create View.create.

Note that name and target are the only required properties — albeit the url property is usually provided as well (defaults to "about:blank" when omitted).

Generated using TypeDoc