Preparing search index...
The search index is not available
Tango LowCode Builder
Tango LowCode Builder
@music163/tango-designer
DesignerProps
Interface DesignerProps
interface
DesignerProps
{
children
?:
ReactNode
;
config
?:
{
customActionVariables
?:
IVariableTreeNode
[]
;
customExpressionVariables
?:
IVariableTreeNode
[]
;
}
;
engine
:
Engine
;
previewSandboxQuery
?:
DndQuery
;
remoteServices
?:
Record
<
string
,
any
>
;
sandboxQuery
?:
DndQuery
;
theme
?:
any
;
}
Hierarchy
Partial
<
IDesignerContext
>
ITangoEngineContext
DesignerProps
Index
Properties
children?
config?
engine
preview
Sandbox
Query?
remote
Services?
sandbox
Query?
theme?
Properties
Optional
children
children
?:
ReactNode
Optional
config
config
?:
{
customActionVariables
?:
IVariableTreeNode
[]
;
customExpressionVariables
?:
IVariableTreeNode
[]
;
}
自定义配置数据
engine
engine
:
Engine
低代码引擎
Optional
preview
Sandbox
Query
preview
Sandbox
Query
?:
DndQuery
预览沙箱查询实例
Optional
remote
Services
remote
Services
?:
Record
<
string
,
any
>
远程服务
Optional
sandbox
Query
sandbox
Query
?:
DndQuery
沙箱查询实例
Optional
theme
theme
?:
any
主题包
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
config
engine
preview
Sandbox
Query
remote
Services
sandbox
Query
theme
Tango LowCode Builder
Loading...
自定义配置数据