Returns an array of static text field information objects.

Introduced: 32.0.

<void> FormattedText.getTextFieldsByType(<TextFieldType> fieldType, <RequestTextFieldInfoArrayCallback> callback, <ErrorCallback> errorCallback)

Parameters

Parameter Description
fieldType A combination of one or more field types.
callback Receives the array of text field information objects.
errorCallback Is called when the operation failed with an error.