ViewConfiguration interface

Represents information about item in View Configuration.

Properties

contentDescription

Additional information for accessibility.

id

Unique identifier of view.

title

Display title of the view.

Property Details

contentDescription

Additional information for accessibility.

contentDescription?: string

Property Value

string

id

Unique identifier of view.

id: string

Property Value

string

title

Display title of the view.

title: string

Property Value

string