← Back to Documentation Home

CLASS

BaseContextParam

open class BaseContextParam: ContextParam

Base implementation for context parameters

Properties

key

public let key: String

value

public let value: Any

type

public let type: String

Methods

init(key:value:type:)

public init(key: String, value: Any, type: String)

validate()

open func validate() throws

toArray()

public func toArray() -> [String: Any]