Data Element

Describe Data Element

Implements all methods of the parent class.

States

enum State {
        case Started
        case Stopped
}

Closures

Subscribe to element's changes.

onStateChanged: ((State) -> Void)?

Last updated