mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-22 18:21:39 +01:00
fix TS definition
This commit is contained in:
parent
3fecedfeb4
commit
3735e4420a
@ -45,7 +45,7 @@ export interface ITile<E extends BaseEntry = BaseEntry> extends IDisposable {
|
||||
// as SimpleTile only has one entry, the tile should be removed
|
||||
removeEntry(entry: BaseEntry): boolean
|
||||
// SimpleTile can only contain 1 entry
|
||||
tryIncludeEntry(): boolean;
|
||||
tryIncludeEntry(entry: BaseEntry): boolean;
|
||||
// let item know it has a new sibling
|
||||
updatePreviousSibling(prev: ITile<BaseEntry> | undefined): void;
|
||||
// let item know it has a new sibling
|
||||
|
Loading…
x
Reference in New Issue
Block a user