mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-20 19:17:48 +00:00
Add jsdocs, apply manual formatting
https://github.com/jitsi/jitsi-meet/pull/1397 (React Toolbar) is huge at the time of this writing. In order to reduce it, I'm extracting changes not directly related to React-ifying the Toolbar such as added jsdocs and source code formatting.
This commit is contained in:
committed by
Lyubo Marinov
parent
e8de8735e2
commit
74b5638d99
@@ -21,12 +21,24 @@ export default class AbstractToolbarButton extends Component {
|
||||
* The style of the Icon of this AbstractToolbarButton.
|
||||
*/
|
||||
iconStyle: React.PropTypes.object,
|
||||
|
||||
/**
|
||||
* On click handler.
|
||||
*/
|
||||
onClick: React.PropTypes.func,
|
||||
|
||||
/**
|
||||
* Toolbar button styles.
|
||||
*/
|
||||
style:
|
||||
React.PropTypes.oneOfType([
|
||||
React.PropTypes.array,
|
||||
React.PropTypes.object
|
||||
]),
|
||||
|
||||
/**
|
||||
* The color underlaying the button.
|
||||
*/
|
||||
underlayColor: React.PropTypes.any
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user