File tree Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Original file line number Diff line number Diff line change 76
76
- type
77
77
type : object
78
78
type : array
79
+ openDrawer :
80
+ items :
81
+ properties :
82
+ id :
83
+ type : string
84
+ loading :
85
+ enum :
86
+ - global
87
+ - inline
88
+ - none
89
+ type : string
90
+ requireConfirmation :
91
+ type : boolean
92
+ resourceRefId :
93
+ type : string
94
+ type :
95
+ enum :
96
+ - openDrawer
97
+ type : string
98
+ required :
99
+ - id
100
+ - resourceRefId
101
+ - type
102
+ type : object
103
+ type : array
104
+ openModal :
105
+ items :
106
+ properties :
107
+ id :
108
+ type : string
109
+ loading :
110
+ enum :
111
+ - global
112
+ - inline
113
+ - none
114
+ type : string
115
+ name :
116
+ type : string
117
+ requireConfirmation :
118
+ type : boolean
119
+ resourceRefId :
120
+ type : string
121
+ type :
122
+ enum :
123
+ - openModal
124
+ type : string
125
+ required :
126
+ - id
127
+ - name
128
+ - resourceRefId
129
+ - type
130
+ type : object
131
+ type : array
79
132
rest :
80
133
items :
81
134
properties :
You can’t perform that action at this time.
0 commit comments