Searched defs:privateCollection (Results 1 – 1 of 1) sorted by relevance
144 privateCollection: Set<string> = new Set(); property in IComponentSet173 export const privateCollection: Map<string, Set<string>> = new Map(); constant