/ui/locations/entries/textarea

The module exports the default textarea entry method.

Methods

(inner) textarea(entry) → {HTMLElement}

A textarea element will be returned if the entry is editable.

The textarea allows user to create and modify multiline string values.

Parameters:
NameTypeDescription
entryinfoj-entry

type:geometry entry.

Properties
NameTypeAttributesDescription
entry.valueObject

A multiline string.

entry.editObject<optional>

configuration object for editing the value.

Returns:

elements for the location view.

Type: 
HTMLElement