1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-19 11:26:35 -04:00
sdrangel/sdrbase/resources/webapi/doc/swagger/include/RollupState.yaml

22 lines
470 B
YAML
Raw Normal View History

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"