72bfd8bdf8
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
63 lines
2.2 KiB
Plaintext
63 lines
2.2 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "UiTextInputNotificationBus",
|
|
"context": "EBusHandler",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "UI Text Input",
|
|
"category": "UI"
|
|
},
|
|
"methods": [
|
|
{
|
|
"base": "OnTextInputChange",
|
|
"details": {
|
|
"name": "On Text Input Change",
|
|
"tooltip": "Executes when a character is added, removed, or changed"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "Text",
|
|
"tooltip": "The new text string"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "OnTextInputEndEdit",
|
|
"details": {
|
|
"name": "On Text Input End Edit",
|
|
"tooltip": "Executes when edit of text is completed"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "Text",
|
|
"tooltip": "The text string"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "OnTextInputEnter",
|
|
"details": {
|
|
"name": "On Text Input Enter",
|
|
"tooltip": "Executes when \"Enter\" is pressed on the keyboard"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "Text",
|
|
"tooltip": "The text string"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |