Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.45 KB

spine.md

File metadata and controls

58 lines (40 loc) · 1.45 KB

Spine ⇐ Map

A collection of Spine Items

Kind: global class
Extends: Map

spine.clear()

Clear spine items

Kind: instance method of Spine

spine.parse(node) ⇒ Promise.<Spine>

Parse element spine

Kind: instance method of Spine

Param Type Description
node Node spine

spine.load(spine) ⇒ Promise.<Spine>

Load spine from JSON

Kind: instance method of Spine

Param Type
spine Array.<object>

spine.destroy()

destroy

Kind: instance method of Spine

Spine.nodeIndex : number

Node index from the package.opf

Kind: static property of Spine
Read only: true