OfficeExtension.EmbeddedOptions interface
Specifies options for a session of a Visio diagram embedded in a SharePoint page. Called by constructor of EmbeddedSession
. For more information, see Visio JavaScript API overview.
Properties
container | |
height | |
id | |
session |
|
timeout |
|
width |
Property Details
container
container?: HTMLElement,
Property Value
HTMLElement
height
height?: string;
Property Value
string
id
id?: string;
Property Value
string
sessionKey
sessionKey?: string,
Property Value
string
timeoutInMilliseconds
timeoutInMilliseconds?: number;
Property Value
number
width
width?: string;
Property Value
string
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