Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp webpart base.iwebpartdata.description

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-webpart-base > IWebPartData > description

IWebPartData.description property

Web part description

Signature:

description?: string;

Remarks

Used to display the description of the web part.

Supported values: string with the description.

Example: "Text"

Clone this wiki locally