Preparing search index...
The search index is not available
@selenite/graph-editor
@selenite/graph-editor
Component
PythonComponentData
Class PythonComponentData<T, N>
Type Parameters
T
extends
PythonComponentDataType
=
"static"
|
"dynamic"
N
=
T
extends
"static"
?
unknown
:
T
extends
"dynamic"
?
string
:
unknown
Index
Constructors
constructor
Properties
data
type
Constructors
constructor
new
Python
Component
Data
<
T
,
N
>
(
type
,
data
)
:
PythonComponentData
<
T
,
N
>
Type Parameters
T
extends
PythonComponentDataType
=
"static"
|
"dynamic"
N
=
T
extends
"static"
?
unknown
:
T
extends
"dynamic"
?
string
:
unknown
Parameters
type
:
T
data
:
N
Returns
PythonComponentData
<
T
,
N
>
Properties
data
data
:
N
type
type
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
data
type
@selenite/graph-editor
Loading...