Member Junction
    Preparing search index...

    Identity of an existing override the Designer wants to operate on. Populated by the Designer from appContext.ActiveForm when present, or by the Builder's discovery step when it has to look it up.

    interface FormBuilderExistingOverride {
        ComponentID: string;
        ComponentName: string;
        CurrentVersion: string;
        OverrideID: string;
        Status: "Active" | "Pending" | "Inactive";
    }
    Index

    Properties

    ComponentID: string
    ComponentName: string

    Component.Name — the lineage identity. Must match Spec.name on Modify.

    CurrentVersion: string
    OverrideID: string
    Status: "Active" | "Pending" | "Inactive"