Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Section

Module for interacting with D365 sections

Hierarchy

  • Section

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(tabName: string, sectionName: string): Promise<SectionState>
  • Gets the state of the specified section

    Parameters

    • tabName: string

      Name of the parent tab of the section to retrieve

    • sectionName: string

      Name of the section to retrieve

    Returns Promise<SectionState>

    Promise which fulfills with the current section state

Generated using TypeDoc