hidden

    Emitted when becoming hidden.

    CanvasItem.swift:3253
    var hidden: SimpleSignal { get }

    To connect to this signal, reference this property and call the

    connect method with the method you want to invoke

    Example:

    obj.hidden.connect {
       print ("caught signal")
    }

    Other members in extension

    Types

    Type members

    Instance members

    Show implementation details (1)

    Hide implementation details