Member Junction
    Preparing search index...

    What a form section owns, for the purpose of attributing a validation failure to it.

    interface SectionValidationScope {
        CollectionNames?: readonly string[];
        FieldNames?: readonly string[];
    }
    Index

    Properties

    CollectionNames?: readonly string[]

    Graph-path collection names the section owns ("Modifications"), so positional child failures land on the section that hosts that collection.

    FieldNames?: readonly string[]

    Field names the section renders — normally its mj-form-field children.