File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 105105 ] ,
106106
107107 properties : {
108- /**
109- * Current path to the resource / method / documentation.
110- * This is updated when the user select a specific node in the RAML JSON structure that
111- * represents one of this properties. When changed from the outside (by the app) it will
112- * update the view to display selected path.
113- */
114- path : {
115- type : String ,
116- notify : true
117- } ,
118108 // Selected object in the navigation menu and parsed by the
119109 // `raml-path-selector` element
120110 selectedObject : {
121111 type : Object ,
122112 observer : '_selectedObjectChanged'
123113 } ,
124- // A parent endpoint of selected method object (if any).
125- selectedParent : Object ,
126114 // If true it will display a narrow layout.
127115 narrow : {
128116 type : Boolean ,
Original file line number Diff line number Diff line change 146146 no-extension-banner ="[[noExtensionBanner]] "
147147 narrow ="[[narrow]] "
148148 name ="request "
149- page ="[[page]] "
150149 scroll-target ="[[scrollTarget]] "
151150 selected-object ="[[selectedObject]] "
152- selected-parent ="[[selectedParent]] "
153- path ="{{path}} "
154151 append-headers ="[[_computeAppendHeaders(appendHeaders)]] "
155152 proxy ="[[proxy]] "
156153 proxy-encode-url ="[[proxyEncodeUrl]] "
You can’t perform that action at this time.
0 commit comments