MobX Lark
Preparing search index...
ButtonCardTag
Interface ButtonCardTag
interface
ButtonCardTag
{
confirm
?:
ConfirmCardTag
;
multi_url
?:
URLCardTag
;
tag
:
"button"
;
text
:
TextCardTag
;
type
?:
"default"
|
"primary"
|
"danger"
;
url
?:
string
;
value
?:
Record
<
string
,
string
>
;
}
Index
Properties
confirm?
multi_
url?
tag
text
type?
url?
value?
Properties
Optional
confirm
confirm
?:
ConfirmCardTag
Optional
multi_
url
multi_url
?:
URLCardTag
tag
tag
:
"button"
text
text
:
TextCardTag
Optional
type
type
?:
"default"
|
"primary"
|
"danger"
Optional
url
url
?:
string
Optional
value
value
?:
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
confirm
multi_
url
tag
text
type
url
value
MobX Lark
Loading...