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