mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 14:39:53 +01:00
14 lines
249 B
Markdown
14 lines
249 B
Markdown
# PadManager
|
|
`require("./PadManager");`
|
|
|
|
The Pad Manager is a Factory for pad Objects
|
|
|
|
## Functions
|
|
|
|
- - -
|
|
### getPad (id, callback)
|
|
A Array with all known Pads
|
|
|
|
* **id** A String with the id of the pad
|
|
* **callback** *(Function)* *No description*
|
|
|