getCollectionStyle<M, T> abstract method

ManifoldContainerType getCollectionStyle<M, T>({
  1. required ManifoldEditorScope<M> scope,
  2. required $AFld field,
  3. required Iterable<T>? value,
})

Implementation

ManifoldContainerType getCollectionStyle<M, T>({
  required ManifoldEditorScope<M> scope,
  required $AFld field,
  required Iterable<T>? value,
});