Class

ApplicationField

ApplicationField()

Constructor

# new ApplicationField()

View Source ApplicationField.js, line 4

Methods

# async setFormat(value)

Parameters:
Name Type Description
value * @returns {Promise}

View Source ApplicationField.js, line 9

# async setParameters(value)

Parameters:
Name Type Description
value * @returns {Promise}

View Source ApplicationField.js, line 19

# async setParametersObj(parameters) → {Promise.<void>}

Sets parameters from a structured object. Supported keys: name, textBefore, textFollowing, dateFormat, numberFormat
Parameters:
Name Type Description
parameters TXTextControlTypeDefinition.ApplicationFieldParametersArgs

View Source ApplicationField.js, line 41

Promise.<void>

# async setTypeName(value)

Parameters:
Name Type Description
value string @returns {Promise}

View Source ApplicationField.js, line 29