This repository was archived by the owner on Oct 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
sp webpart base.propertypanetextfield
John Nguyen edited this page Apr 22, 2021
·
2 revisions
Home > @microsoft/sp-webpart-base > PropertyPaneTextField
Warning: This API is now obsolete.
This is obsolete now. This function has been moved to
@microsoft/sp-property-pane
. Please consume it from there.
Helper method to create a TextField on the PropertyPane.
Signature:
export declare function PropertyPaneTextField(targetProperty: string, properties: IPropertyPaneTextFieldProps): IPropertyPaneField<IPropertyPaneTextFieldProps>;
Parameter | Type | Description |
---|---|---|
targetProperty | string | Target property the textfield is associated to. |
properties | IPropertyPaneTextFieldProps | Strongly typed TextField properties. |
Returns: