...
| Type | Description |
|---|---|
| Object | String | toString에 따른 Body 모델 JSON Object 또는 JSON String. |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
var model = editor.getBodyModelJSON(); var model = editor.getBodyModelJSON(true); |
...
...
| Type | Description |
|---|---|
| Object | String | toString에 따른 Body 모델 JSON Object 또는 JSON String. |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
var model = editor.getBodyModelJSON(); var model = editor.getBodyModelJSON(true); |
...