Update API doc
parent
880c9ce6c3
commit
13c192b0e7
|
@ -33257,6 +33257,19 @@
|
||||||
],
|
],
|
||||||
"returnType": "void",
|
"returnType": "void",
|
||||||
"description": "Emitted when the value changes."
|
"description": "Emitted when the value changes."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "change",
|
||||||
|
"parameters": [
|
||||||
|
{
|
||||||
|
"name": "event",
|
||||||
|
"optional": false,
|
||||||
|
"type": "Event",
|
||||||
|
"description": "Browser event."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"returnType": "void",
|
||||||
|
"description": "Callback to invoke on value change."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue