interface ScopePath {
    itemIndex: number;
    property: string;
}

Properties

Properties

itemIndex: number
property: string