Member Junction
    Preparing search index...
    interface FormContributionWinner {
        BakedSectionKey: string;
        ContributionKey: string;
        DisplayName: string;
        Kind: FormContributionKind;
        Priority: number;
        RelatedEntity?: string;
        RelatedJoinField?: string;
        ReplacesSectionKey?: string;
        Slot: FormPanelSlot;
        SortKey: number;
    }
    Index

    Properties

    BakedSectionKey: string
    ContributionKey: string
    DisplayName: string
    Priority: number
    RelatedEntity?: string
    RelatedJoinField?: string
    ReplacesSectionKey?: string

    Field/other section this registered winner asked to hide.

    SortKey: number