Share via


PropertyPaneLinkProperties Class

Definition

SharePoint property pane link properties object.

public class PropertyPaneLinkProperties : Microsoft.Bot.Schema.SharePoint.IPropertyPaneFieldProperties
type PropertyPaneLinkProperties = class
    interface IPropertyPaneFieldProperties
Public Class PropertyPaneLinkProperties
Implements IPropertyPaneFieldProperties
Inheritance
PropertyPaneLinkProperties
Implements

Constructors

PropertyPaneLinkProperties()

Initializes a new instance of the PropertyPaneLinkProperties class.

Properties

AriaLabel

Gets or Sets optional ariaLabel flag. Text for screen-reader to announce regardless of toggle state. Of type String.

Disabled

Gets or Sets a value indicating whether this control is enabled or not of type Boolean.

Href

Gets or Sets the location to which the link is targeted to of type String.

PopupWindowProps

Gets or Sets the props of popup window. of type PropertyPaneLinkPopupWindowProperties.

Target

Gets or Sets where to display the linked resource of type String.

Text

Gets or Sets the display text for the link of type String.

Applies to