Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OfficeExtension.EmbeddedSession class

Package:
office

Represents a session of a Visio diagram embedded in a SharePoint page. For more information, see Visio JavaScript API overview.

Remarks

Used by

Constructors

(constructor)(url, options)

Constructs a new instance of the EmbeddedSession class

Methods

init()

Initializes the session.

Constructor Details

(constructor)(url, options)

Constructs a new instance of the EmbeddedSession class

constructor(url: string, options?: EmbeddedOptions);

Parameters

url

string

Method Details

init()

Initializes the session.

public init(): Promise<any>;

Returns

Promise<any>


Feedback

Was this page helpful?