Skip to content

Commit

Permalink
docs(model): add isFrame property
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Kiefer committed Apr 30, 2019
1 parent eca3244 commit 5e9bca6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/model/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ export function Base() {
export function Shape() {
Base.call(this);

/**
* Indicates frame shapes
*
* @name Shape#isFrame
* @type Boolean
*/

/**
* The list of children
*
Expand Down

0 comments on commit 5e9bca6

Please sign in to comment.