22 lines
457 B
Markdown
22 lines
457 B
Markdown
|
# db/ReadOnlyMana
|
||
|
`require("./db/ReadOnlyManager");`
|
||
|
|
||
|
The ReadOnlyManager manages the database and rendering releated to read only pads
|
||
|
|
||
|
## Functions
|
||
|
|
||
|
- - -
|
||
|
### getPadId (readOnlyId, callback)
|
||
|
returns a the padId for a read only id
|
||
|
|
||
|
* **readOnlyId** *(String)* read only id
|
||
|
* **callback** *No description*
|
||
|
|
||
|
- - -
|
||
|
### getReadOnlyId (padId, callback)
|
||
|
returns a read only id for a pad
|
||
|
|
||
|
* **padId** *(String)* the id of the pad
|
||
|
* **callback** *No description*
|
||
|
|