Update API doc
parent
346cbeaba2
commit
af69d1ff1d
|
@ -38410,6 +38410,12 @@
|
||||||
"methods": {
|
"methods": {
|
||||||
"description": "Defines methods that can be accessed by the component's reference.",
|
"description": "Defines methods that can be accessed by the component's reference.",
|
||||||
"values": [
|
"values": [
|
||||||
|
{
|
||||||
|
"name": "alignOverlay",
|
||||||
|
"parameters": [],
|
||||||
|
"returnType": "void",
|
||||||
|
"description": "Aligns overlay panel based on the current position of the container."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "toggle",
|
"name": "toggle",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
|
|
Loading…
Reference in New Issue