[O] Make activeIndex accessable
This commit is contained in:
@@ -8,8 +8,8 @@ export interface Index
|
|||||||
|
|
||||||
export default class NavController
|
export default class NavController
|
||||||
{
|
{
|
||||||
private activeIndex: Index;
|
activeIndex: Index;
|
||||||
private updateCallback?: () => void;
|
updateCallback?: () => void;
|
||||||
|
|
||||||
constructor()
|
constructor()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user