mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-11 10:56:12 -05:00
22 lines
470 B
YAML
22 lines
470 B
YAML
RollupChildState:
|
|
description: "Rollup widget child state"
|
|
properties:
|
|
objectName:
|
|
type: string
|
|
isHidden:
|
|
type: integer
|
|
description: >
|
|
Boolean - child hidden state
|
|
* 0 - visible
|
|
* 1 - hidden
|
|
|
|
RollupState:
|
|
description: "Rollup widget state"
|
|
properties:
|
|
version:
|
|
type: integer
|
|
childrenStates:
|
|
type: array
|
|
items:
|
|
$ref: "/doc/swagger/include/RollupState.yaml#/RollupChildState"
|