Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Tab

Module for interacting with D365 Tabs

Hierarchy

  • Tab

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • Gets the state of the specified tab

    Parameters

    • name: string

      Name of the tab to retrieve

    Returns Promise<TabState>

    Promise which fulfills with the current tab state

open

  • open(tabName: string): Promise<void>
  • Opens the specified tab on the form

    Parameters

    • tabName: string

      Name of the tab to open

    Returns Promise<void>

    Promise which fulfills with the current control state

Generated using TypeDoc