mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
doc inviterName
This commit is contained in:
parent
2875fa3eb1
commit
73781f5619
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ module.exports = React.createClass({
|
|||
propTypes: {
|
||||
onJoinClick: React.PropTypes.func,
|
||||
onRejectClick: React.PropTypes.func,
|
||||
|
||||
// if inviterName is specified, the preview bar will shown an invite to the room.
|
||||
// You should also specify onRejectClick if specifiying inviterName
|
||||
inviterName: React.PropTypes.string,
|
||||
canJoin: React.PropTypes.bool,
|
||||
canPreview: React.PropTypes.bool,
|
||||
|
|
Loading…
Reference in a new issue