Jira.js - Jira Cloud API library
    Preparing search index...

    Interface ScreenableTab

    A screen tab.

    interface ScreenableTab {
        id?: number;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id?: number

    The ID of the screen tab.

    name: string

    The name of the screen tab. The maximum length is 255 characters.