The metadata describing a tab in an issue screen.

interface TabMetadata {
    fields: FieldMetadata[];
    name: string;
}

Properties

Properties

fields: FieldMetadata[]

The fields within the tab

name: string

The name of the tab.