SymbolInstance::isMaster boolean or string?
Closed this issue · 2 comments
pklaschka commented
Submit an issue
Topic
This is an issue regarding:
- The tutorials contained within this repo.
- The samples contained within this repo.
Versions
- Supported XD version(s):
Description of the issue
Currently, the read-only property isMaster
of SymbolInstance
is (in its documentation – not in the index above) specified as a string
. However, this makes no sense and also, all other occurrences denote its type as boolean
(which – of course – makes sense). Therefore, the docs seem to be wrong there.
Proposed solution or attempted solutions that failed
Change that line from string
to boolean
peterflynn commented
Yep, it should say boolean
. Will fix.
dkstevekwak commented
@pklaschka thanks for reporting this. Fixed by c5851ed
CC: @peterflynn