API
TextElement

TextElement

Background, padding 등을 이용하려면 HtmlTextElement를 사용한다.

Properties

anchor: TextAnchor readonly

anchor

default :undefined

layout: TextLayout readonly

layout

default :undefined

rotation: number (opens in a new tab) readonly

rotation

default :undefined

svg: string (opens in a new tab) readonly

svg

default :undefined

text: string (opens in a new tab) readonly

text

default :undefined

visible: boolean (opens in a new tab) readonly

visible

default :undefined

Methods

destroy(): null

객체가 소유한 참조 등을 해제하고 null을 리턴한다.

list = lis.destroy();

return null