72bfd8bdf8
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
31 lines
993 B
Plaintext
31 lines
993 B
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "UiCheckboxNotificationBus",
|
|
"context": "EBusHandler",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "UI Checkbox",
|
|
"category": "UI"
|
|
},
|
|
"methods": [
|
|
{
|
|
"base": "OnCheckboxStateChange",
|
|
"details": {
|
|
"name": "On Checkbox State Change",
|
|
"tooltip": "Executes when the checkbox state has changed"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
|
|
"details": {
|
|
"name": "Checked",
|
|
"tooltip": "Indicates whether the checkbox is checked"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |