[+] Add info to index
This commit is contained in:
@@ -5,6 +5,7 @@ export interface Index
|
||||
hash: string
|
||||
title?: string
|
||||
identifier?: string
|
||||
info?: any
|
||||
}
|
||||
|
||||
export default class NavController
|
||||
@@ -78,4 +79,9 @@ export default class NavController
|
||||
{
|
||||
return this.index.identifier
|
||||
}
|
||||
|
||||
get info()
|
||||
{
|
||||
return this.index.info
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user