Properties
public ID: string
Defined in SharePoint.d.ts:883
Some unique id for the callout.
public beakOrientation: string
Defined in SharePoint.d.ts:887
One of the following: "topBottom" (default) or "leftRight".
public boundingBox: HTMLElement
Defined in SharePoint.d.ts:895
If defined, callout will be inscribed into the bounding element.
public content: string
Defined in SharePoint.d.ts:889
String (HTML allowed) that represents contents of the callout window.
public contentElement: HTMLElement
Defined in SharePoint.d.ts:893
HTML element that represents contents of the callout window.
public contentWidth: number
Defined in SharePoint.d.ts:897
Content element's width in pixels. By default = 350.
public launchPoint: HTMLElement
Defined in SharePoint.d.ts:885
Element on that the callout is shown.
public onClosedCallback: (callout: Callout) => void
Defined in SharePoint.d.ts:907
Fires right after the callout is closed
public onClosingCallback: (callout: Callout) => void
Defined in SharePoint.d.ts:905
Fires right before the callout is closed
public onOpenedCallback: (callout: Callout) => void
Defined in SharePoint.d.ts:903
Fires right after the callout is shown
public onOpeningCallback: (callout: Callout) => void
Defined in SharePoint.d.ts:901
Fires after the callout is rendered but before it is positioned and shown
Defined in SharePoint.d.ts:899
Defines opening behavior
public positionAlgorithm: (callout: Callout) => void
Defined in SharePoint.d.ts:909
Sets the position of the callout during its opening phase. For an example of a position algorithm function, please explore defaultPositionAlgorithm function from the callout.debug.js file
public title: string
Defined in SharePoint.d.ts:891
Title for the callout