Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Assets.Button.Delete
IProps
Interface IProps
Props
interface
IProps
{
bordered
?:
boolean
;
children
?:
ReactNode
;
disabled
?:
boolean
;
loading
?:
boolean
;
onDelete
:
()
=>
Promise
<
void
>
;
text
?:
string
|
ReactElement
;
title
?:
string
;
}
Index
Properties
bordered?
children?
disabled?
loading?
on
Delete
text?
title?
Properties
Optional
bordered
bordered
?:
boolean
Optional
children
children
?:
ReactNode
Optional
disabled
disabled
?:
boolean
Optional
loading
loading
?:
boolean
on
Delete
onDelete
:
()
=>
Promise
<
void
>
Optional
text
text
?:
string
|
ReactElement
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bordered
children
disabled
loading
on
Delete
text
title
Tanatloc documentation
Loading...
Props