Member Junction
    Preparing search index...

    Interface ResolveFormContributionsResult

    interface ResolveFormContributionsResult {
        HiddenBakedSectionKeys: string[];
        StockGrids: FormContributionWinner[];
        Winners: FormContributionWinner[];
    }
    Index

    Properties

    HiddenBakedSectionKeys: string[]

    CodeGen section keys to hide because a registered panel claimed them.

    Stock grids the host should mount (unclaimed and not already baked).