Preparing search index...
The search index is not available
dappbooster
dappbooster
components/sharedComponents/SignButton
<internal>
SignButtonPropsProps
Interface SignButtonPropsProps
interface
SignButtonPropsProps
{
label
?:
string
;
labelSigning
?:
string
;
message
:
string
;
onError
?:
(
(
error
:
Error
)
=>
void
)
;
onSign
?:
(
(
signature
:
string
)
=>
void
)
;
}
Hierarchy
Omit
<
ComponentProps
<
"button"
>
,
"onError"
>
SignButtonPropsProps
Index
Properties
label?
label
Signing?
message
on
Error?
on
Sign?
Properties
Optional
label
label
?:
string
Optional
label
Signing
label
Signing
?:
string
message
message
:
string
Optional
on
Error
on
Error
?:
(
(
error
:
Error
)
=>
void
)
Optional
on
Sign
on
Sign
?:
(
(
signature
:
string
)
=>
void
)
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
label
label
Signing
message
on
Error
on
Sign
dappbooster
Loading...