interface SemanticViewNoOpsProps {
    config?: Partial<DetailViewConfig>;
    data: unknown;
    entityIRI?: string;
    isLoading?: boolean;
    motionId?: string;
    motionScope?: string;
    onClick?: (event?: MouseEvent) => void;
    schema?: JSONSchema7;
    typeIRI?: string;
    typeName?: string;
    uiSchema?: UISchemaElement;
    variant?: string;
}

Properties

config?: Partial<DetailViewConfig>
data: unknown
entityIRI?: string
isLoading?: boolean
motionId?: string
motionScope?: string
onClick?: (event?: MouseEvent) => void
schema?: JSONSchema7
typeIRI?: string
typeName?: string
uiSchema?: UISchemaElement
variant?: string