Websites v4 docs v5.2.4
Preparing search index...
API Reference/Hooks
useMortgageFinder
Function useMortgageFinder
useMortgageFinder
()
:
{
currencyMask
:
(
value
:
number
,
options
?:
{
displayCurrency
?:
boolean
}
,
)
=>
string
;
handleSubmit
:
(
e
:
SyntheticEvent
)
=>
Promise
<
void
>
;
results
:
MortgageProductResult
[]
|
undefined
;
setBorrowAmount
:
(
value
:
string
|
number
|
null
)
=>
void
;
setMortgageLength
:
(
value
:
string
)
=>
void
;
setMortgageType
:
(
value
:
string
)
=>
void
;
setPurchasePrice
:
(
value
:
string
|
number
|
null
)
=>
void
;
state
:
MortgageFinderState
;
}
Returns
{
currencyMask
:
(
value
:
number
,
options
?:
{
displayCurrency
?:
boolean
}
,
)
=>
string
;
handleSubmit
:
(
e
:
SyntheticEvent
)
=>
Promise
<
void
>
;
results
:
MortgageProductResult
[]
|
undefined
;
setBorrowAmount
:
(
value
:
string
|
number
|
null
)
=>
void
;
setMortgageLength
:
(
value
:
string
)
=>
void
;
setMortgageType
:
(
value
:
string
)
=>
void
;
setPurchasePrice
:
(
value
:
string
|
number
|
null
)
=>
void
;
state
:
MortgageFinderState
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Websites v4 docs v5.2.4
Loading...