Member Junction
    Preparing search index...

    Interface IEntityUIConfiguration

    Entity-level presentation configuration.

    Nested under IEntityConfiguration.UI so later UI concerns (list cards, search chrome, map defaults) can sit beside Form without a migration.

    interface IEntityUIConfiguration {
        Form?: IEntityFormConfiguration;
    }
    Index

    Properties

    Properties

    How the generated record form arranges its sections. Null = inherit IEntityFormConfiguration defaults.