Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 841 Bytes

File metadata and controls

23 lines (15 loc) · 841 Bytes

@odh-dashboard/plugin-core

Core plugin infrastructure and extension-point definitions for the ODH Dashboard modular architecture.

Purpose

Defines the contracts that all modular packages must implement to integrate with the main dashboard shell. Provides hook types, registration helpers, and extension point interfaces used by Module Federation remotes.

Key Exports

Export Description
Extension types TypeScript interfaces for all supported extension points
Registration helpers Utilities for packages to declare their extensions
Hook utilities React hooks for consuming extension points in the shell

Usage

import { defineExtension, useExtensions } from '@odh-dashboard/plugin-core';

For full documentation see docs/guidelines.md.