Websites v4 docs v5.2.4
Preparing search index...
API Reference/Hooks
MortgageCalculatorResult
Type Alias MortgageCalculatorResult
type
MortgageCalculatorResult
=
{
monthlyRepayments
:
number
;
mortgageState
:
MortgageState
;
onIntegerChange
:
(
e
:
SyntheticEvent
,
type
:
ActionType
)
=>
void
;
onInterestChange
:
(
e
:
SyntheticEvent
)
=>
void
;
}
Index
Properties
monthly
Repayments
mortgage
State
on
Integer
Change
on
Interest
Change
Properties
monthly
Repayments
monthlyRepayments
:
number
mortgage
State
mortgageState
:
MortgageState
on
Integer
Change
onIntegerChange
:
(
e
:
SyntheticEvent
,
type
:
ActionType
)
=>
void
on
Interest
Change
onInterestChange
:
(
e
:
SyntheticEvent
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
monthly
Repayments
mortgage
State
on
Integer
Change
on
Interest
Change
Websites v4 docs v5.2.4
Loading...