Add RoomView initial state and docs
This commit is contained in:
parent
2e82bf40fb
commit
dca2be6325
1 changed files with 7 additions and 0 deletions
|
@ -94,6 +94,13 @@ module.exports = React.createClass({
|
||||||
roomLoading: true,
|
roomLoading: true,
|
||||||
peekLoading: false,
|
peekLoading: false,
|
||||||
|
|
||||||
|
// The event to be scrolled to initially
|
||||||
|
eventId: null,
|
||||||
|
// The offset in pixels from the event with which to scroll vertically
|
||||||
|
eventPixelOffset: null,
|
||||||
|
// Whether to highlight the event scrolled to
|
||||||
|
isEventHighlighted: null,
|
||||||
|
|
||||||
forwardingEvent: null,
|
forwardingEvent: null,
|
||||||
editingRoomSettings: false,
|
editingRoomSettings: false,
|
||||||
uploadingRoomSettings: false,
|
uploadingRoomSettings: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue