Member Junction
    Preparing search index...

    Minimal structural shape of the section-visibility rules. Both EntityFormConfig and FormContext satisfy this, so the same helper works whether driven by config directly or via the form context that reaches every panel (including slot-injected BaseFormPanels).

    Note: these property names stay camelCase to match the structural FormContext interface that panels actually receive at runtime.

    interface SectionVisibilityRules {
        hiddenSectionKeys?: string[];
        showRelatedEntities?: boolean;
        visibleSectionKeys?: string[];
    }
    Index

    Properties

    hiddenSectionKeys?: string[]
    showRelatedEntities?: boolean
    visibleSectionKeys?: string[]