13 lines
134 B
CUE
13 lines
134 B
CUE
package panels
|
|
|
|
_override: {
|
|
matcher: {
|
|
id: string
|
|
options: string
|
|
}
|
|
properties: [...{
|
|
id: string
|
|
value: int
|
|
}]
|
|
}
|