<optionparammenuitem>

Description

Used for any object (JavaScript) to specify parameter hinting for the parameters that the method or function takes.

Attributes

label, value, icon, {datatype}

  • The label attribute specifies the name to display. This argument is required.

  • The value attribute specifies value to drop when the item is selected in the code hints menu. This argument is required.

  • The icon attribute specifies the icon to be used in the code hints menu. This argument is required.

  • The datatype attribute allows you to specify string, which indicates that closing quotation marks are to be added when the user selects a value from the code hints menu. This argument is optional.

Contents

None.

Container

The <optionparammenu> tag.