From 62605e92b93e37dbd9dd31f46de465c0ca690da4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 3 Jul 2023 22:33:32 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 77 ++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index dd9b5fe63..a68397abf 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -41967,6 +41967,83 @@ } } }, + "usestyle/UseStyle": { + "functions": { + "description": "Defines the custom functions used by the module.", + "values": { + "useStyle": { + "name": "useStyle", + "parameters": [ + { + "name": "css", + "type": "string" + }, + { + "name": "options", + "type": "StyleOptions" + } + ], + "returnType": "Object" + } + } + }, + "interfaces": { + "description": "Defines the custom interfaces used by the module.", + "eventDescription": "Defines the custom events used by the component's emit.", + "methodDescription": "Defines methods that can be accessed by the component's reference.", + "typeDescription": "Defines the custom types used by the module.", + "values": { + "StyleOptions": { + "relatedProp": "", + "props": [ + { + "name": "document", + "optional": true, + "readonly": false, + "type": "HTMLElement", + "default": "" + }, + { + "name": "immediate", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "" + }, + { + "name": "manual", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "" + }, + { + "name": "name", + "optional": true, + "readonly": false, + "type": "string", + "default": "" + }, + { + "name": "id", + "optional": true, + "readonly": false, + "type": "string", + "default": "" + }, + { + "name": "media", + "optional": true, + "readonly": false, + "type": "string", + "default": "" + } + ], + "methods": [] + } + } + } + }, "usetoast/UseToast": { "functions": { "description": "Defines the custom functions used by the module.",