Provides information about an overlay. An overlay is a substring in a post that represents a user, document, site, tag, or link. The SocialPost class contains an array of SocialDataOverlay objects. Each of the SocialDataOverlay objects specifies a link or one or more actors.
boolean
boolean
Specifies one or more actors as an array of integers where each integer specifies an index into the SocialThreadActors array. This property is only available if the get_overlayType() has a value of SocialDataOverlayType.actors.
Array<number>
The Index property specifies the starting position of the overlay in the SocialPostText string
number
The Length property specifies the number of characters in the overlay.
number
The LinkUri property specifies the URI of the link. This property is only available if the get_overlayType() has a value of SocialDataOverlayType.link.
string
Specifies whether the overlay is a link or one or more actors.
string