SP.Social.SocialAttachmentAction.actionKind property (sp.userprofiles)

Gets or sets the type of action that the action performs.

Applies to: apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013

var value = SP.Social.SocialAttachmentAction.get_actionKind()
SP.Social.SocialAttachmentAction.set_actionKind(value)

Return value

SocialAttachmentActionKind
The type of action that the action performs: navigate (open in a new tab) =0, adHocAction (action depends on the type of attachment) = 1.

See also

Other resources

SocialAttachmentAction