Flarum (2.x)
Preparing search index...
@flarum/markdown
common/components/MarkdownButton
IMarkdownButtonAttrs
Interface IMarkdownButtonAttrs
interface
IMarkdownButtonAttrs
{
hotkey
?:
string
;
icon
:
string
;
onclick
:
()
=>
void
;
title
?:
string
;
[
property
:
string
]:
any
;
}
Hierarchy (
View Summary
)
ComponentAttrs
IMarkdownButtonAttrs
Indexable
[
property
:
string
]:
any
Any other virtual element properties, including attributes and event handlers.
Index
Properties
hotkey?
icon
onclick
title?
Properties
Optional
hotkey
hotkey
?:
string
icon
icon
:
string
onclick
onclick
:
()
=>
void
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
hotkey
icon
onclick
title
Flarum (2.x)
Loading...
Any other virtual element properties, including attributes and event handlers.