Skip to main content

Ref

Utility class which allows defining a reference to a control.

Inherits: typing.Generic

Properties

  • current - Referenced object, or None if no object is set or it was garbage-collected.

Properties

currentpropertywritable

current: T | None

Referenced object, or None if no object is set or it was garbage-collected.