Interface: IActionBarProps<T>
molecule.component.IActionBarProps
Type parameters
Name | Type |
---|---|
T | any |
Hierarchy
HTMLElementProps
↳
IActionBarProps
Indexable
▪ [key: string
]: any
Properties
className
• Optional
className: string
Inherited from
HTMLElementProps.className
Defined in
data
• data: IActionBarItemProps
<T
>[]
Defined in
components/actionBar/index.tsx:36
role
• Optional
role: string
Inherited from
HTMLElementProps.role
Defined in
style
• Optional
style: CSSProperties
Inherited from
HTMLElementProps.style
Defined in
title
• Optional
title: string
Inherited from
HTMLElementProps.title
Defined in
Methods
onClick
▸ Optional
onClick(event
, item
): void
Parameters
Name | Type |
---|---|
event | MouseEvent <Element , MouseEvent > |
item | IActionBarItemProps <any > |
Returns
void
Defined in
components/actionBar/index.tsx:41
onContextMenuClick
▸ Optional
onContextMenuClick(e
, item
): void
Parameters
Name | Type |
---|---|
e | MouseEvent <Element , MouseEvent > |
item | undefined | IMenuItemProps |
Returns
void