Skip to main content

SetOptionState

Description

Sets the state of the specified option.

Syntax

// searchPane points to instance of ISearchPane
await searchPane.SetOptionState(SectionID, OptionID, state);

Parameters

NameTypeDescription
SectionIDstringThe ID of the section.
OptionIDstringThe ID of the option to select/deselect.
Note that this is the ID of the option (as specified in the "id" property of the option), and NOT the array index of the option.
statebooleanSpecifies the new state of the option (selected/deselected).

Return type

TypeDescription
Promise < void >Method does not return a value