blob: b94861681431331bf40c4114b01c022800269c0c [file] [log] [blame]
[
{
"namespace": "functions_as_parameters",
"description": "The functionsAsParameters API",
"types": [
{
"id": "FunctionType",
"type": "object",
"properties": {
"event_callback": {
"type": "function",
"parameters": { }
}
}
},
{
"id": "OptionalFunctionType",
"type": "object",
"properties": {
"event_callback": {
"type": "function",
"optional": true,
"parameters": { }
}
}
}
]
}
]