Last active
August 29, 2015 14:15
-
-
Save garlicnation/4ee30b00e01f7fc605d3 to your computer and use it in GitHub Desktop.
Designer hydrolyzed
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
{ | |
"modules": [], | |
"elements": [ | |
{ | |
"properties": [ | |
{ | |
"name": "created", | |
"type": "Function" | |
}, | |
{ | |
"name": "ready", | |
"type": "Function" | |
}, | |
{ | |
"name": "_navOnClick", | |
"type": "Function" | |
} | |
], | |
"is": "designer-playground" | |
} | |
] | |
} | |
{ | |
"modules": [], | |
"elements": [ | |
{ | |
"properties": [ | |
{ | |
"name": "created", | |
"type": "Function" | |
}, | |
{ | |
"name": "ready", | |
"type": "Function" | |
}, | |
{ | |
"name": "listeners" | |
}, | |
{ | |
"name": "_onMouseDown", | |
"type": "Function" | |
}, | |
{ | |
"name": "_boundsDown", | |
"desc": " called for mousedown on the main bounding box div", | |
"type": "Function" | |
}, | |
{ | |
"name": "_resizeHandleDown", | |
"desc": " called for mousedown on one of the resize handle divs", | |
"type": "Function" | |
}, | |
{ | |
"name": "_startDrag", | |
"type": "Function" | |
} | |
], | |
"is": "designer-selection" | |
} | |
] | |
} | |
{ | |
"modules": [], | |
"elements": [ | |
{ | |
"properties": [ | |
{ | |
"published": true, | |
"name": "src", | |
"type": "String" | |
}, | |
{ | |
"name": "created", | |
"type": "Function" | |
}, | |
{ | |
"name": "ready", | |
"type": "Function" | |
}, | |
{ | |
"name": "setDocument", | |
"type": "Function" | |
}, | |
{ | |
"name": "_generateToken", | |
"type": "Function" | |
}, | |
{ | |
"name": "_onMessage", | |
"type": "Function" | |
}, | |
{ | |
"name": "_updateSelection", | |
"type": "Function" | |
}, | |
{ | |
"name": "_onSelectionResize", | |
"desc": " console.log('hover', data.hover);", | |
"type": "Function" | |
}, | |
{ | |
"name": "_onMouseDown", | |
"type": "Function" | |
}, | |
{ | |
"name": "_onSelectionClick", | |
"type": "Function" | |
}, | |
{ | |
"name": "_sendSelectElement", | |
"type": "Function" | |
} | |
], | |
"is": "designer-stage" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment