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