package designcompose.definition.plugin

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ArcMeterData

meter_data.proto:36

Represents data for an arc meter, including whether it's enabled, its start and end angles, whether it's discrete, the discrete value, and the corner radius.

Used in: MeterData

message FrameExtras

frame_extras.proto:28

Some frame properties are only available through the plugin API and are needed to implement Reactions properly. They're included in this FrameExtras struct.

Used in: view.View

message MeterData

meter_data.proto:82

A container message that holds one of the meter data types (rotation, arc, progress bar, or progress marker).

Used in: view.NodeStyle

message OverlayBackground

frame_extras.proto:53

The color of the overlay background.

Used in: FrameExtras

enum OverlayBackgroundInteraction

frame_extras.proto:60

Defines how an overlay interacts with its background. It specifies whether the overlay can be closed by clicking outside of it or if there's no interaction.

Used in: FrameExtras

enum OverlayPositionType

frame_extras.proto:40

Defines the position of an overlay within a frame.

Used in: FrameExtras

message ProgressBarMeterData

meter_data.proto:48

Represents data for a progress bar meter, including whether it's enabled, whether it's discrete, the discrete value, whether it's vertical, and the end coordinates.

Used in: MeterData

message ProgressMarkerMeterData

meter_data.proto:62

Represents data for a progress marker meter, including whether it's enabled, whether it's discrete, the discrete value, whether it's vertical, and the start and end coordinates.

Used in: MeterData

message ProgressVectorMeterData

meter_data.proto:74

Schema for progress vector data that we write to serialized data

Used in: MeterData

message RotationMeterData

meter_data.proto:25

Represents data for a rotation meter, including whether it's enabled, its start and end angles, whether it's discrete, and the discrete value.

Used in: MeterData