mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-07-14 18:57:52 +00:00
Coding style: comments
This commit is contained in:
@@ -9,13 +9,16 @@ import type { AbstractButtonProps } from '../../../base/toolbox';
|
||||
|
||||
import OverflowMenu from './OverflowMenu';
|
||||
|
||||
/**
|
||||
* The type of the React {@code Component} props of {@link OverflowMenuButton}.
|
||||
*/
|
||||
type Props = AbstractButtonProps & {
|
||||
|
||||
/**
|
||||
* The redux {@code dispatch} function.
|
||||
*/
|
||||
dispatch: Function
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* An implementation of a button for showing the {@code OverflowMenu}.
|
||||
@@ -26,9 +29,9 @@ class OverflowMenuButton extends AbstractButton<Props, *> {
|
||||
label = 'toolbar.moreActions';
|
||||
|
||||
/**
|
||||
* Handles clicking / pressing the button.
|
||||
* Handles clicking / pressing this {@code OverflowMenuButton}.
|
||||
*
|
||||
* @private
|
||||
* @protected
|
||||
* @returns {void}
|
||||
*/
|
||||
_handleClick() {
|
||||
|
||||
Reference in New Issue
Block a user