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