frontend/packages/project-ide/framework/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, adapter and more.
Add this package to your package.json:
{
"dependencies": {
"@coze-project-ide/framework": "workspace:*"
}
}
Then run:
rush update
import { /* exported functions/components */ } from '@coze-project-ide/framework';
// Example usage
// TODO: Add specific usage examples
IDEClient, ReactWidget, LayoutPanelType, URI, definePluginCreator, bindContributions, ViewContribution, LifecycleContribution, Emitter, Event, Disposable, DisposableCollection, useIDEService, useNavigation, LabelHandler, CommandContribution, ShortcutsContribution, OpenerService, useCurrentWidget, DISABLE_HANDLE_EVENT, ViewService, LayoutRestorer, ApplicationShell, WidgetManager, ViewRenderer, type PluginCreator, type ViewOptionRegisterService, type BoxPanel, ShortcutsService, CommandRegistry, useIDEContainer, TabBarToolbar, ContextKeyService, type ShortcutsRegistry, SplitWidget, Command, WindowService, type CustomTitleType,useCommitVersionuseCurrentWidgetContext, useSpaceId, useProjectId, useProjectIDEServices, useActivateWidgetContext, useIDENavigate, useCurrentModeType, useSplitScreenArea, useTitle, useIDELocation, useIDEParams, useIDEServiceInBiz, useShortcuts, useListenMessageEvent, useWsListener, useSendMessageEvent, useViewService, useGetUIWidgetFromId,IDEGlobalProvider, WidgetContextUI_BUILDER_URI, MAIN_PANEL_DEFAULT_URI, SIDEBAR_URI, URI_SCHEME, SIDEBAR_CONFIG_URI, CONVERSATION_URI, SECONDARY_SIDEBAR_URI, CustomCommand,type TitlePropsType, WidgetRegistrywithLazyLoad, getResourceByPathname, getURIByResource, getResourceByURI, getURIPathByPathname, getURLByURI, getURIByPath, getPathnameByURI, compareURI, addPreservedSearchParams,ProjectIDEServicesWidgetServiceProjectIDEClient, ResourceFolder, mapResourceTree, ResourceTypeEnum, BaseResourceContextMenuBtnType, type CommonRenderProps, type ResourceType, type ResourceMapType, type ResourceFolderRefType, type RightPanelConfigType, type ResourceFolderShortCutContextType, type ResourceFolderProps, type RenderMoreSuffixType, type CreateResourcePropType, RESOURCE_FOLDER_CONTEXT_KEY, ROOT_KEY, type IdType,And more...
For detailed API documentation, please refer to the TypeScript definitions.
This package is built with:
TypeScript
Modern JavaScript
ESLint for code quality
This package is part of the Coze Studio monorepo. Please follow the monorepo contribution guidelines.
Apache-2.0