interface MappedEditsContext {
    documents: DocumentContextItem[][];
}

Properties

Properties

documents: DocumentContextItem[][]

The outer array is sorted by priority - from highest to lowest. The inner arrays contain elements of the same priority.