withMetaContext method

OptionsHandler<T> withMetaContext(
  1. IMetaFormFieldContext context
)
override

Creates a copy of this handler, for hte provided context. Sometimes the behavior of options will change based on the surrounding context.

Implementation

OptionsHandler<T> withMetaContext(IMetaFormFieldContext context) => this;