Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

모든 편집용 Model의 부모 Class입니다. Element Model에서 제공되는 API는 모든 하위 Element에서 동일하게 사용 할 수 있습니다.

아래와 같은 편집 API를 제공합니다.






/**
* id를 반환합니다.
* @returns {String}
*/
get id() {
return this.__id__;
}

...