Flarum (v2.0.0-beta.1)
Preparing search index...
flarum
common/components/GroupBadge
IGroupAttrs
Interface IGroupAttrs
interface
IGroupAttrs
{
color
?:
string
;
group
?:
Group
;
icon
:
string
;
label
?:
string
;
type
?:
string
;
[
property
:
string
]:
any
;
}
Hierarchy (
View Summary
)
IBadgeAttrs
IGroupAttrs
Indexable
[
property
:
string
]:
any
Any other virtual element properties, including attributes and event handlers.
Index
Properties
color?
group?
icon
label?
type?
Properties
Optional
color
color
?:
string
Optional
group
group
?:
Group
icon
icon
:
string
Optional
label
label
?:
string
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
color
group
icon
label
type
Flarum (v2.0.0-beta.1)
Loading...
Any other virtual element properties, including attributes and event handlers.