Skip to main content

ICustomItemProperty Interface

When implemented, represents a custom property used to configure a custom item.

Declaration

export interface ICustomItemProperty extends ISerializationInfo

Properties

sectionName Property

Obsolete. Use the SectionOptions.title property instead.

Declaration

sectionName?: string

Property Value

Type Description
string

A string that is a section name.

Remarks

The sectionName property was used prior to v19.2. Beginning with v20.1, the SectionOptions object defines the custom property. Use its title property to specify the section name.