dips.FoldWindowEntityVisibilityVal module#

Generated wrapper for FoldWindowEntityVisibility protobuf message.

class dips.FoldWindowEntityVisibilityVal.FoldWindowEntityVisibilityVal(fold_entity_reference: FoldEntityInfoRef | None = None, proto_message: Any | None = None, channel_to_connect_on: Any | None = None)#

Bases: object

Simple wrapper for FoldWindowEntityVisibility with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

property fold_entity_reference: FoldEntityInfoRef#

Get the FoldEntityReference field as a reference.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property is_visible: bool#

Get the IsVisible field value.

to_proto()#

Get the underlying protobuf message.