Created
April 8, 2016 15:22
-
-
Save dimaip/79dc8b13638b9d865b699d50fd1515bd to your computer and use it in GitHub Desktop.
Imagine you have a nodetype named `Your:NodeType` and a node of that nodetype, with property1 set to `123456`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
Quess what's in here: {property1} | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prototype(Your:BaseObject) { | |
property1 = 'hello world' | |
} | |
prototype(Your:NodeType) < prototype(Your:BaseObject) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment