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.
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
Feedback
Was this page helpful?
