Context
A context maps ContextParamTypes to a values. Each context has an intention that defines which parameters are allowed and required.
See also
Types
Properties
Functions
Link copied to clipboard
Returns the value of the given paramType or null if it is not present and could not be resolved through autofillers.
Returns the value of the given paramType, falling back to the default value if the param type is not present and could not be resolved through autofillers.
Returns the value of the given paramType.
Link copied to clipboard
Creates a context builder that is initialized with the explicitly defined parameters of this context.