g3-toolkit API Reference
    Preparing search index...

    Interface SchemaViewProps

    interface SchemaViewProps {
        className?: string;
        schema?: SchemaModel;
        shapes?: ShaclShape[];
        ugm?: UGM;
    }
    Index

    Properties

    className?: string
    schema?: SchemaModel
    shapes?: ShaclShape[]
    ugm?: UGM