Table of Contents

TTMSNFCWXContainerReturnValue Enumeration

Selects which property of the target HTML element is read and returned in the event payload when an action fires.

API unit family: TMSFNCWXContainer

Members

Name Description
rvNone Returns no value from the element.
rvValue Returns the element value attribute.
rvChecked Returns the element checked state.
rvInnerHTML Returns the inner HTML of the element.
rvInnerText Returns the inner text of the element.
rvSelectedIndex Returns the selected index of the element.