mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
41 lines
461 B
Markdown
41 lines
461 B
Markdown
---
|
|
title: Summary
|
|
---
|
|
|
|
The **`method()`** method does . . .
|
|
|
|
## Syntax
|
|
|
|
``` javascript
|
|
KMManager.method(Param param1, Param param2)
|
|
```
|
|
|
|
### Parameters
|
|
|
|
`param1`
|
|
: Param details.
|
|
|
|
`param2`
|
|
: Param details.
|
|
|
|
### Returns
|
|
|
|
Details of return value if any
|
|
|
|
## Description
|
|
|
|
Description.
|
|
|
|
## Examples
|
|
|
|
### Example: Using `method()`
|
|
|
|
The following script illustrate the use of `method()`:
|
|
|
|
``` javascript
|
|
//Code here
|
|
```
|
|
|
|
## See also
|
|
|
|
- [`...`](sample_template)
|