Interface for UI elements which can have their available option values read.

Hierarchy

Methods

Methods

  • Returns an array of option objects representing valid options available for a control, including a blank option and excluding any options that have been removed from the control using removeOption.

    Returns Xrm.OptionSetValue[]

    The array of option objects representing valid options where each option object has the following attributes: text: String. Label of the option. value: Number. Enumeration value of the option.

Generated using TypeDoc