Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Control

Module for interacting with D365 Controls

Hierarchy

  • Control

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • Gets the state of the specified control

    Parameters

    • controlName: string

      Name of the control to retrieve

    Returns Promise<ControlState>

    Promise which fulfills with the current control state

getOptions

  • getOptions(controlName: string): Promise<Array<OptionSetValue>>
  • Gets the options of the specified option set control

    Parameters

    • controlName: string

      Name of the control to retrieve

    Returns Promise<Array<OptionSetValue>>

    Promise which fulfills with the control's options

Generated using TypeDoc