--- 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)