@@ -20,16 +20,7 @@ _Returns_
20
20
21
21
### getCurrentTemplateNavigationPanelSubMenu
22
22
23
- Returns the current template or template part's corresponding
24
- navigation panel's sub menu, to be used with ` openNavigationPanelToMenu ` .
25
-
26
- _ Parameters_
27
-
28
- - _ state_ ` Object ` : Global application state.
29
-
30
- _ Returns_
31
-
32
- - ` string ` : The current template or template part's sub menu.
23
+ > ** Deprecated**
33
24
34
25
### getCurrentTemplateTemplateParts
35
26
@@ -93,15 +84,7 @@ _Returns_
93
84
94
85
### getNavigationPanelActiveMenu
95
86
96
- Returns the active menu in the navigation panel.
97
-
98
- _ Parameters_
99
-
100
- - _ state_ ` Object ` : Global application state.
101
-
102
- _ Returns_
103
-
104
- - ` string ` : Active menu.
87
+ > ** Deprecated**
105
88
106
89
### getPage
107
90
@@ -179,15 +162,7 @@ _Returns_
179
162
180
163
### isNavigationOpened
181
164
182
- Returns the current opened/closed state of the navigation panel.
183
-
184
- _ Parameters_
185
-
186
- - _ state_ ` Object ` : Global application state.
187
-
188
- _ Returns_
189
-
190
- - ` boolean ` : True if the navigation panel should be open; false if closed.
165
+ > ** Deprecated**
191
166
192
167
### isSaveViewOpened
193
168
@@ -233,11 +208,9 @@ _Parameters_
233
208
234
209
### openNavigationPanelToMenu
235
210
236
- Opens the navigation panel and sets its active menu at the same time.
237
-
238
- _ Parameters_
211
+ > ** Deprecated**
239
212
240
- - _ menu _ ` string ` : Identifies the menu to open .
213
+ Opens the navigation panel and sets its active menu at the same time .
241
214
242
215
### removeTemplate
243
216
@@ -290,11 +263,9 @@ _Parameters_
290
263
291
264
### setIsNavigationPanelOpened
292
265
293
- Sets whether the navigation panel should be open.
294
-
295
- _ Parameters_
266
+ > ** Deprecated**
296
267
297
- - _ isOpen _ ` boolean ` : If true, opens the nav panel. If false, closes it. It does not toggle the state, but sets it directly .
268
+ Sets whether the navigation panel should be open .
298
269
299
270
### setIsSaveViewOpened
300
271
@@ -306,11 +277,9 @@ _Parameters_
306
277
307
278
### setNavigationPanelActiveMenu
308
279
309
- Action that sets the active navigation panel menu.
310
-
311
- _ Parameters_
280
+ > ** Deprecated**
312
281
313
- - _ menu _ ` string ` : Menu prop of active menu.
282
+ Action that sets the active navigation panel menu.
314
283
315
284
_ Returns_
316
285
0 commit comments