PropertyPaneLinkProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |