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