Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/botpress/botpress
/ Props
Interface
Props
packages/ui-lite/src/InjectedModuleView/InjectedComponent.tsx:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import React, { Component } from
'react'
2
3
interface Props {
4
component: Function
5
}
6
7
interface State {
8
error?: Error
Callers
nothing calls this directly
Implementers
1
HTTPServer
packages/bp/src/core/app/server.ts
Calls
no outgoing calls
Tested by
no test coverage detected