SYMBOL INDEX (46 symbols across 30 files) FILE: projects/mobile/src/index.js function component (line 3) | function component() { FILE: projects/native/mobile/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 16) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: projects/native/mobile/android/app/src/main/java/io/github/eric/chaosign/MainActivity.java class MainActivity (line 5) | public class MainActivity extends BridgeActivity {} FILE: projects/native/mobile/android/app/src/test/java/com/getcapacitor/myapp/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 14) | @Test FILE: projects/playground/playground-app/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 16) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: projects/playground/playground-app/android/app/src/main/java/com/example/app/MainActivity.java class MainActivity (line 5) | public class MainActivity extends BridgeActivity {} FILE: projects/playground/playground-app/android/app/src/test/java/com/getcapacitor/myapp/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 14) | @Test FILE: projects/playground/playground-app/src/js/capacitor-welcome.js method constructor (line 7) | constructor() { method connectedCallback (line 92) | connectedCallback() { method constructor (line 118) | constructor() { FILE: projects/playground/playground-web/src/index.tsx function App (line 8) | function App() { FILE: projects/server/src/app.controller.ts class AppController (line 5) | class AppController { method constructor (line 6) | constructor(private readonly appService: AppService) {} method getHello (line 9) | getHello(): string { FILE: projects/server/src/app.module.ts class AppModule (line 10) | class AppModule {} FILE: projects/server/src/app.service.ts class AppService (line 4) | class AppService { method getHello (line 5) | getHello(): string { FILE: projects/server/src/main.ts function bootstrap (line 4) | async function bootstrap() { FILE: projects/web/client/next.config.js function configureSVGR (line 1) | function configureSVGR(config) { method webpack (line 33) | webpack(config) { FILE: projects/web/client/src/components/cell/index.tsx type CellProps (line 4) | type CellProps = { function Cell (line 9) | function Cell(props: CellProps) { FILE: projects/web/client/src/components/icon/index.tsx type IconProps (line 4) | type IconProps = { function Icon (line 8) | function Icon(props: IconProps) { FILE: projects/web/client/src/constants/image.ts function getPlaceholderImage (line 3) | function getPlaceholderImage(color: React.CSSProperties["color"]) { constant PLACEHOLDER_IMAGE (line 6) | const PLACEHOLDER_IMAGE = getPlaceholderImage("gray"); FILE: projects/web/client/src/layouts/tab-bar/index.tsx type TarBarLayoutProps (line 11) | type TarBarLayoutProps = { function TabBarLayout (line 17) | function TabBarLayout(props: TarBarLayoutProps) { FILE: projects/web/client/src/pages/_app.page.tsx function App (line 4) | function App({ Component, pageProps }: AppProps) { FILE: projects/web/client/src/pages/_document.page.tsx function Document (line 3) | function Document() { FILE: projects/web/client/src/pages/components/cell/index.tsx type CellProps (line 5) | type CellProps = { function Cell (line 10) | function Cell(props: CellProps) { FILE: projects/web/client/src/pages/constant.ts constant IMAGES_URL (line 1) | const IMAGES_URL = { FILE: projects/web/client/src/pages/home/index.page.tsx function HomePage (line 3) | function HomePage() { FILE: projects/web/client/src/pages/index.page.tsx function IndexPage (line 19) | function IndexPage() { FILE: projects/web/client/src/pages/message/index.page.tsx function MessagePage (line 7) | function MessagePage() { FILE: projects/web/client/src/pages/my-course/[folder].page.tsx function MyCoursePage (line 5) | function MyCoursePage() { FILE: projects/web/client/src/pages/my-course/components/course.tsx function Course (line 1) | function Course() { FILE: projects/web/client/src/pages/my-course/index.page.tsx function MyCoursePage (line 7) | function MyCoursePage() { FILE: projects/web/client/src/pages/student-course/[id].page.tsx function CoursePage (line 6) | function CoursePage() { FILE: projects/web/client/src/pages/student-course/components/task/task.tsx type TaskProps (line 6) | type TaskProps = { function Task (line 9) | function Task() {