Interface ChangeSetChangeEvent

interface ChangeSetChangeEvent {
    added?: URI[];
    modified?: URI[];
    removed?: URI[];
    state?: URI[];
    title?: string;
}

Properties

added?: URI[]
modified?: URI[]
removed?: URI[]
state?: URI[]

Fired when only the state of a given element changes, not its contents

title?: string