Searched defs:thirdCat (Results 1 – 2 of 2) sorted by relevance
57 let thirdCat = this.type === 'chat' ? ['1'] : [this.content]; variable69 let thirdCat = this.type === 'chat' ? ['0'] : [this.content]; variable
46 thirdCat: Array<string> property