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