frontend/packages/common/flowgram-adapter/fixed-layout-editor/README.md
对 flowgram 的封装
This package is part of the Coze Studio monorepo and provides utilities functionality. It includes service, manager, editor and more.
Add this package to your package.json:
{
"dependencies": {
"@flowgram-adapter/fixed-layout-editor": "workspace:*"
}
}
Then run:
rush update
import { /* exported functions/components */ } from '@flowgram-adapter/fixed-layout-editor';
// Example usage
// TODO: Add specific usage examples
type FlowNodeEntity, type CollapseProps, type IPoint, type EntityOpts, type PluginsProvider, type Plugin, type ClipboardService, type EditorPluginContext, type FlowDocumentJSON, type FlowLayoutDefault, type FlowOperationService, type SelectionService, type FixedHistoryPluginOptions, type HistoryService, type FlowRendererRegistry, type NodeFormProps, type FixedLayoutProps, type FlowNodeRegistry, type FlowNodeRegistry as FlowNodeRegister, type PluginCreator, type PositionSchema, type FlowNodeJSON, type FlowNodeMeta, useConfigEntity, useService, useBaseColor, EntityManager, useRefresh, Rectangle, usePlayground, EditorState, usePlaygroundTools, ConfigEntity, FlowDocument, createPluginContextDefault, PlaygroundReactProvider, bindContributions, FlowDocumentContribution, FlowRendererContribution, createOperationPlugin, createDefaultPreset, createPlaygroundPlugin, FlowDocumentOptionsDefault, FlowDocumentOptions, FlowNodesContentLayer, FlowNodesTransformLayer, FlowScrollBarLayer, FlowScrollLimitLayer, EditorProps, FlowNodeRenderData, FlowNodeTransformData, FlowNodeTransitionData, PlaygroundLayer, FixedLayoutRegistries, ConstantKeys, PlaygroundEntityContext, getNodeForm, FlowRendererKey, EditorRenderer, FlowDocumentTransformerEntity, Layer, observeEntity, domUtils, FlowNodeBaseType, bindConfigEntity, definePluginCreator, Emitter, Point, createPlaygroundReactPreset,For detailed API documentation, please refer to the TypeScript definitions.
This package is built with:
This package is part of the Coze Studio monorepo. Please follow the monorepo contribution guidelines.
Apache-2.0