Interface TextEditorPositionData

interface TextEditorPositionData {
    [id: string]: EditorPosition;
}

Indexable

[id: string]: EditorPosition