Add previous and next container to ISetContainerListRequest
This commit is contained in:
parent
8aae29d714
commit
d512f87776
2 changed files with 23 additions and 0 deletions
|
@ -9,6 +9,12 @@ export interface ISetContainerListRequest {
|
|||
/** Selected container */
|
||||
Container: IContainerModel
|
||||
|
||||
/** The previous sibling container */
|
||||
PreviousContainer: IContainerModel | undefined
|
||||
|
||||
/** The next sibling container */
|
||||
NextContainer: IContainerModel | undefined
|
||||
|
||||
/** Current application state */
|
||||
ApplicationState: IHistoryState
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue