Preparing search index...
The search index is not available
devfive front components
devfive front components
index
ShareButtonProps
Interface ShareButtonProps
interface
ShareButtonProps
{
buttonRender
?:
(
(
open
)
=>
ReactNode
)
;
callback
?:
(
(
success
,
platform
)
=>
void
)
;
description
:
string
;
image
?:
string
;
text
:
string
;
title
:
string
;
url
?:
string
;
}
Index
Properties
button
Render?
callback?
description
image?
text
title
url?
Properties
Optional
button
Render
button
Render
?:
(
(
open
)
=>
ReactNode
)
Type declaration
(
open
)
:
ReactNode
Parameters
open
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
ReactNode
Optional
callback
callback
?:
(
(
success
,
platform
)
=>
void
)
Type declaration
(
success
,
platform
)
:
void
Parameters
success
:
boolean
platform
:
"KAKAO"
|
"FACEBOOK"
|
"TWITTER"
|
"LINK"
Returns
void
description
description
:
string
Optional
image
image
?:
string
text
text
:
string
title
title
:
string
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
button
Render
callback
description
image
text
title
url
devfive front components
index
test
Generated using
TypeDoc