The args for the current path change signal.

interface ICurrentPathChangedArgs {
    newValue: string;
    oldValue: string;
}

Properties

Properties

newValue: string

The old value of the tree path, not including '/tree'.

oldValue: string

The new value of the tree path, not including '/tree'.