Namespace PainterConfig
Holds all the configuration for the paint application.
Defined in: config.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
PainterConfig.keys
Keyboard shortcuts associated to drawing tools.
|
| <static> |
PainterConfig.tool_default
The default tool ID.
|
Field Detail
<static>
{Object}
PainterConfig.keys
Keyboard shortcuts associated to drawing tools.
- See:
- PaintTools The object holding all the drawing tools.
<static>
{String}
PainterConfig.tool_default
The default tool ID.
- See:
- PaintTools The object holding all the drawing tools.