@playlive/fundraiser-data
    Preparing search index...

    Interface ExtractCampaignFundraisingEventAmountsOptions

    interface ExtractCampaignFundraisingEventAmountsOptions {
        forceCampaignGoal?: boolean;
    }
    Index
    forceCampaignGoal?: boolean

    When true, overallGoalAmount ignores fundraisingEvent.goal and reads straight from campaign.goal. Overlays use this to pin the progress bar to the campaign's own goal (e.g. personal fundraising pages) rather than the umbrella event goal.

    Defaults to false.