...
| Name | Type | Attribute | Description |
|---|---|---|---|
| wrap | boolean | default : false | 편집한 내용을 <html> tag로 둘러쌀지 결정합니다. |
| emojiEscapes | boolean | default : false | emoji 문자를 HTML Entity 형태로 변경할지 결정합니다. |
| specialCharacterEscapes | boolean | default: false | 특수문자를 HTML Entity 형태로 변경할지 결정합니다. |
| contentPadding | object | default : 'none' | 문서 여백에 대한 값을 결정합니다. 'document': 임포트한 문서의 여백을 사용. 'none': 여백을 사용하지 않음. |
| contentWidth | boolean | default: true | 컨텐츠 영역의 width를 반환할지 여부를 결정합니다. |
Return:
| Type | Description |
|---|---|
| String | 사이냅에디터에서 편집한 HTML 콘텐츠 |
...