withMetaContext method

KeyedOptionsHandler<K, T> withMetaContext(
  1. IMetaFormFieldContext context
)

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

Implementation

KeyedOptionsHandler<K, T> withMetaContext(IMetaFormFieldContext context) =>
    this;