OfficeExtension.EmbeddedSession class
Represents a session of a Visio diagram embedded in a SharePoint page. For more information, see Visio JavaScript API overview.
Constructors
(constructor)(url, options) | Constructs a new instance of the |
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
- options
- OfficeExtension.EmbeddedOptions
Method Details
init()
Initializes the session.
public init(): Promise<any>;
Returns
Promise<any>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins