Skip to content

AppSetting.activateSettingItem method

AppSetting › activateSettingItem

Unofficial

Activates the setting item for the given element (clicks it).

Signature:

activateSettingItem(el: HTMLElement): void

Parameters:

Parameter Type Description
el HTMLElement The setting item element to activate.

Returns: void