* Returns style in JSON format object * @return {Object}
()
| 340 | * @return {Object} |
| 341 | */ |
| 342 | getStyle(): CssRules { |
| 343 | return this.em.Css.getAll(); |
| 344 | } |
| 345 | |
| 346 | /** |
| 347 | * Set style inside editor's canvas. This method overrides actual style |
no test coverage detected