div-action-set-cursor-position
Sets the cursor position in the specified input field.
Parameters
| Parameters | Description |
|---|---|
id |
string Required parameter. ID of the input field. Available platforms: Android, iOS, web. |
position |
object Required parameter. Defines the cursor position. If The value has the type Available platforms: Android, iOS, web. |
type |
string Required parameter. The value must always be Available platforms: Android, iOS, web. |
position
| Parameters | Description |
|---|---|
start |
int Required parameter. |
type |
string Required parameter. The value must always be |
end |
int |
JSON
{
type*: "set_cursor_position",
id*: "string",
position*: {
type*: "absolute",
end: "int",
start*: "int"
}
}