g3-toolkit API Reference
    Preparing search index...

    Interface ShaclShapeBrowserProps

    interface ShaclShapeBrowserProps {
        className?: string;
        onSelectShape?: (shapeId: string) => void;
        shapes: ShaclShape[];
        validationResults: ShaclValidationResult[];
    }
    Index

    Properties

    className?: string
    onSelectShape?: (shapeId: string) => void
    shapes: ShaclShape[]
    validationResults: ShaclValidationResult[]