Documentation Language: Swift

Property

contextType

The context type for contextual helpers, or nil for context-free helpers.

let contextType: String?

Discussion

Contextual helpers are associated with a specific type and can access the self variable. Context-free helpers operate as global functions and receive all data through explicit parameters.