← Back to Documentation Home

PROTOCOL

ContextParam

public protocol ContextParam

Protocol that all context parameters must implement

Properties

key

var key: String

value

var value: Any

type

var type: String

Methods

validate()

func validate() throws

toArray()

func toArray() -> [String: Any]