frontend/packages/project-ide/view/README.md
A ide features package for the Coze Studio monorepo
This package is part of the Coze Studio monorepo and provides ide features functionality. It includes component, hook, store and more.
Add this package to your package.json:
{
"dependencies": {
"@coze-project-ide/view": "workspace:*"
}
}
Then run:
rush update
import { /* exported functions/components */ } from '@coze-project-ide/view';
// Example usage
// TODO: Add specific usage examples
ReactWidget, ReactWidgetContextLayoutPanelType, ToolbarAlign, type ViewPluginOptions, type CustomTitleType, type CustomTitleChanged, type PresetConfigType,ViewManagerWidgetManagercreateViewPlugincreateContextMenuPluginVIEW_CONTAINER_CLASS_NAME, HOVER_TOOLTIP_LABEL, DEBUG_BAR_DRAGGABLE, DISABLE_HANDLE_EVENT,WidgetFactory, type ToolbarItemHoverServiceDragService, type DragPropsTypeAnd more...
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