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

sp webpart base.iwebpartdata.title

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

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

IWebPartData.title property

Web part title

Signature:

title: string;

Remarks

Used to display the name of the web part in the toolbox, web part gallery and the page.

Supported values: string less than 100 characters

Example: "Text"

Clone this wiki locally