Searched defs:RectShowState (Results 1 – 2 of 2) sorted by relevance
17 export enum RectShowState { enum
72 const showState = isShown ? RectShowState.SHOW : RectShowState.HIDE; constant