1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-17 02:16:33 -04:00
sdrangel/sdrbase/resources/webapi/doc/swagger/include/RollupState.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"