InterpreterContext

public struct InterpreterContext<C, V> :  InterpreterComponentTyped, InterpreterValueTyped

The object passed to a callback. Contains the value, key and the component used on.

  • The object passed to a callback. Contains the value, key and the component used on.

    Declaration

    Swift

    public var description: String
  • The object passed to a callback. Contains the value, key and the component used on.

    Declaration

    Swift

    public var debugDescription: String