Searched defs:rectIdToShowState (Results 1 – 7 of 7) sorted by relevance
33 rectIdToShowState?: Map<string, RectShowState> | undefined; property
50 const rectIdToShowState = new Map<string, RectShowState>(); constant
30 private rectIdToShowState: Map<string, RectShowState> | undefined; property in RectsPresenter
28 rectIdToShowState: Map<string, RectShowState> | undefined; property in UiData
30 rectIdToShowState: Map<string, RectShowState> | undefined; property in UiData
241 rectIdToShowState: Map<string, RectShowState> | undefined; property in TestHostComponent