(
name: string,
handle: (item: any) => any,
exclusive?: boolean,
checkVisible?: () => boolean,
defaultSetCurrent?: boolean,
)
| 97 | getStage(name: string): Stage | null; |
| 98 | |
| 99 | createContainer( |
| 100 | name: string, |
| 101 | handle: (item: any) => any, |
| 102 | exclusive?: boolean, |
no outgoing calls
no test coverage detected