Skip to content

Commit c5851ed

Browse files
author
Steve Kwak
committed
isMaster type fixed to bool
1 parent 8786dd2 commit c5851ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/scenegraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,7 @@ An identifier unique within this document that is shared by all instances of the
18141814

18151815
<a name="SymbolInstance-isMaster"></a>
18161816

1817-
### symbolInstance.isMaster : <code>string</code>
1817+
### symbolInstance.isMaster : <code>boolean</code>
18181818
True if this is the "master" instance of the component, which forms the template for all new instances. When the user edits the master,
18191819
those changes are synced to all other instances of the component (unless blocked by "overrides" -- [see discussion above](#SymbolInstance)).
18201820

0 commit comments

Comments
 (0)