Status | ||||
---|---|---|---|---|
|
|
Import the editor's icon resource.
Return:
Type | Description |
---|---|
Object | key: |
Icon name (function name), value: |
Object in svg tag format |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
var icons = SynapEditor.getIcons(); |
...
Status | ||||
---|---|---|---|---|
|
|
Import the editor's icon resource.
Return:
Type | Description |
---|---|
Object | key: |
Icon name (function name), value: |
Object in svg tag format |
Code Block | ||||
---|---|---|---|---|
| ||||
var icons = SynapEditor.getIcons(); |
...