Skip to content

components

canisminor1990 edited this page Apr 8, 2023 · 1 revision

Module: components

Table of contents

Namespaces

Interfaces

Type Aliases

Variables

Functions

Type Aliases

InputNumberProps

Ƭ InputNumberProps: Props

Defined in

src/components/EditorComponent/InputNumber.tsx:21


InputProps

Ƭ InputProps: Props

Defined in

src/components/EditorComponent/Input.tsx:8


Position

Ƭ Position: Object

Type declaration

Name Type
x number
y number

Defined in

node_modules/react-rnd/lib/index.d.ts:6


SelectProps

Ƭ SelectProps: Props

Defined in

src/components/EditorComponent/Select.tsx:51


TabsProps

Ƭ TabsProps: Props

Defined in

src/components/EditorComponent/Tabs.tsx:69


TreeProps

Ƭ TreeProps: Props & { children?: ReactNode }

Defined in

src/components/EditorComponent/Tree.tsx:6


TreeSelectProps

Ƭ TreeSelectProps: Props & { children?: ReactNode }

Defined in

src/components/EditorComponent/TreeSelect.tsx:6

Variables

NODE_IDENTIFIER

Const NODE_IDENTIFIER: "sdNode"

Defined in

src/components/NodeComponent/index.tsx:15

Functions

ActionIcon

ActionIcon(props, context?): null | ReactElement<any, any>

Parameters

Name Type
props ActionIconProps
context? any

Returns

null | ReactElement<any, any>

Defined in

node_modules/@types/react/index.d.ts:531


AppContainer

AppContainer(props, context?): null | ReactElement<any, any>

Parameters

Name Type
props PropsWithChildren<AppContainerProps>
context? any

Returns

null | ReactElement<any, any>

Defined in

node_modules/@types/react/index.d.ts:531


CollapseTitle

CollapseTitle(props, context?): null | ReactElement<any, any>

Parameters

Name Type
props CollapseTitleProps
context? any

Returns

null | ReactElement<any, any>

Defined in

node_modules/@types/react/index.d.ts:531


ConfigProvider

ConfigProvider(props, context?): null | ReactElement<any, any>

Title

配置提供器组件

Parameters

Name Type
props ConfigProviderProps
context? any

Returns

null | ReactElement<any, any>

Defined in

node_modules/@types/react/index.d.ts:531


ControlPanelComponent

ControlPanelComponent(props): null | ReactElement<any, string | JSXElementConstructor<any>>

NOTE: Exotic components are not callable.

Parameters

Name Type
props Object

Returns

null | ReactElement<any, string | JSXElementConstructor<any>>

Defined in

node_modules/@types/react/index.d.ts:361


DraggablePanel

DraggablePanel(props, context?): null | ReactElement<any, any>

Parameters

Name Type
props DraggablePanelProps
context? any

Returns

null | ReactElement<any, any>

Defined in

node_modules/@types/react/index.d.ts:531


GalleryComponent

GalleryComponent(props): null | ReactElement<any, string | JSXElementConstructor<any>>

NOTE: Exotic components are not callable.

Parameters

Name Type
props Object

Returns

null | ReactElement<any, string | JSXElementConstructor<any>>

Defined in

node_modules/@types/react/index.d.ts:361


Header

Header(props): null | ReactElement<any, string | JSXElementConstructor<any>>

NOTE: Exotic components are not callable.

Parameters

Name Type
props HeaderProps

Returns

null | ReactElement<any, string | JSXElementConstructor<any>>

Defined in

node_modules/@types/react/index.d.ts:361


Input

Input(props, context?): null | ReactElement<any, any>

Parameters

Name Type
props InputProps
context? any

Returns

null | ReactElement<any, any>

Defined in

node_modules/@types/react/index.d.ts:531


InputComponent

InputComponent(props): null | ReactElement<any, string | JSXElementConstructor<any>>

NOTE: Exotic components are not callable.

Parameters

Name Type
props ParamInputComponentProps

Returns

null | ReactElement<any, string | JSXElementConstructor<any>>

Defined in

node_modules/@types/react/index.d.ts:361


InputNumber

InputNumber(props, context?): null | ReactElement<any, any>

Parameters

Name Type
props InputNumberProps
context? any

Returns

null | ReactElement<any, any>

Defined in

node_modules/@types/react/index.d.ts:531


NodeComponent

NodeComponent(props): null | ReactElement<any, string | JSXElementConstructor<any>>

NOTE: Exotic components are not callable.

Parameters

Name Type
props NodeProps<Widget>

Returns

null | ReactElement<any, string | JSXElementConstructor<any>>

Defined in

node_modules/@types/react/index.d.ts:361


NodePickerComponent

NodePickerComponent(props): null | ReactElement<any, string | JSXElementConstructor<any>>

NOTE: Exotic components are not callable.

Parameters

Name Type
props Object

Returns

null | ReactElement<any, string | JSXElementConstructor<any>>

Defined in

node_modules/@types/react/index.d.ts:361


PreviewNode

PreviewNode(props): null | ReactElement<any, string | JSXElementConstructor<any>>

NOTE: Exotic components are not callable.

Parameters

Name Type
props PreviewNodeProps

Returns

null | ReactElement<any, string | JSXElementConstructor<any>>

Defined in

node_modules/@types/react/index.d.ts:361


Segmented

Segmented<T>(props): Element

Type parameters

Name Type
T string

Parameters

Name Type
props SegmentedProps<T>

Returns

Element

Defined in

src/components/EditorComponent/Segmented.tsx:56


Select

Select(props, context?): null | ReactElement<any, any>

Parameters

Name Type
props SelectProps
context? any

Returns

null | ReactElement<any, any>

Defined in

node_modules/@types/react/index.d.ts:531


Tabs

Tabs(props, context?): null | ReactElement<any, any>

Parameters

Name Type
props TabsProps
context? any

Returns

null | ReactElement<any, any>

Defined in

node_modules/@types/react/index.d.ts:531


TextArea

TextArea(props, context?): null | ReactElement<any, any>

Parameters

Name Type
props TextAreaProps
context? any

Returns

null | ReactElement<any, any>

Defined in

node_modules/@types/react/index.d.ts:531


Tree

Tree(props, context?): null | ReactElement<any, any>

Parameters

Name Type
props TreeProps
context? any

Returns

null | ReactElement<any, any>

Defined in

node_modules/@types/react/index.d.ts:531


TreeSelect

TreeSelect(props, context?): null | ReactElement<any, any>

Parameters

Name Type
props TreeSelectProps
context? any

Returns

null | ReactElement<any, any>

Defined in

node_modules/@types/react/index.d.ts:531


WorkflowPageComponent

WorkflowPageComponent(props): null | ReactElement<any, string | JSXElementConstructor<any>>

NOTE: Exotic components are not callable.

Parameters

Name Type
props unknown

Returns

null | ReactElement<any, string | JSXElementConstructor<any>>

Defined in

node_modules/@types/react/index.d.ts:361


useStudioAntdTheme

useStudioAntdTheme(appearance): ThemeConfig

Title

Studio 主题配置钩子

Parameters

Name Type Description
appearance string 主题外观

Returns

ThemeConfig

Studio 主题配置

Defined in

src/components/ConfigProvider/ConfigProvider.tsx:14

Clone this wiki locally