@dxos/app-framework - v0.8.2
Preparing search index...
SurfaceComponent
Type Alias SurfaceComponent<T>
SurfaceComponent
:
(
props
:
SurfaceComponentProps
<
T
>
,
forwardedRef
:
ForwardedRef
<
HTMLElement
>
,
)
=>
JSX.Element
|
null
React component used to render a surface once is has matched.
Type Parameters
T
extends
Record
<
string
,
any
>
=
Record
<
string
,
unknown
>
Type declaration
(
props
:
SurfaceComponentProps
<
T
>
,
forwardedRef
:
ForwardedRef
<
HTMLElement
>
,
)
:
JSX.Element
|
null
Parameters
props
:
SurfaceComponentProps
<
T
>
forwardedRef
:
ForwardedRef
<
HTMLElement
>
Returns
JSX.Element
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@dxos/app-framework - v0.8.2
Loading...
React component used to render a surface once is has matched.