mirror of
https://github.com/Insality/druid
synced 2025-06-27 10:27:48 +02:00
13 lines
307 B
Markdown
13 lines
307 B
Markdown
## Rich Input Quick API reference
|
|
|
|
```lua
|
|
rich_input:get_text()
|
|
rich_input:init(template, nodes)
|
|
rich_input:on_input([action_id], [action])
|
|
rich_input:select()
|
|
rich_input:set_allowed_characters(characters)
|
|
rich_input:set_font(font)
|
|
rich_input:set_placeholder(placeholder_text)
|
|
rich_input:set_text(text)
|
|
```
|