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

    Interface MoveScreenTab

    interface MoveScreenTab {
        pos: number;
        screenId: number;
        tabId: number;
    }
    Index

    Properties

    Properties

    pos: number

    The position of tab. The base index is 0.

    screenId: number

    The ID of the screen.

    tabId: number

    The ID of the screen tab.