Flarum (v2.0.0-beta.3)
Preparing search index...
flarum
forum/components/HeaderListItem
IHeaderListItemAttrs
Interface IHeaderListItemAttrs
interface
IHeaderListItemAttrs
{
actions
?:
Children
;
avatar
:
Children
;
content
:
string
;
datetime
?:
Date
;
excerpt
:
string
;
href
?:
string
|
null
;
icon
:
string
;
onclick
?:
(
e
:
Event
)
=>
void
;
[
property
:
string
]:
any
;
}
Hierarchy (
View Summary
)
ComponentAttrs
IHeaderListItemAttrs
Indexable
[
property
:
string
]:
any
Any other virtual element properties, including attributes and event handlers.
Index
Properties
actions?
avatar
content
datetime?
excerpt
href?
icon
onclick?
Properties
Optional
actions
actions
?:
Children
avatar
avatar
:
Children
content
content
:
string
Optional
datetime
datetime
?:
Date
excerpt
excerpt
:
string
Optional
href
href
?:
string
|
null
icon
icon
:
string
Optional
onclick
onclick
?:
(
e
:
Event
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
actions
avatar
content
datetime
excerpt
href
icon
onclick
Flarum (v2.0.0-beta.3)
Loading...
Any other virtual element properties, including attributes and event handlers.