Websites v4 docs v5.2.4
    Preparing search index...

    Type Alias MortgageCalculatorResult

    type MortgageCalculatorResult = {
        monthlyRepayments: number;
        mortgageState: MortgageState;
        onIntegerChange: (e: SyntheticEvent, type: ActionType) => void;
        onInterestChange: (e: SyntheticEvent) => void;
    }
    Index

    Properties

    monthlyRepayments: number
    mortgageState: MortgageState
    onIntegerChange: (e: SyntheticEvent, type: ActionType) => void
    onInterestChange: (e: SyntheticEvent) => void