ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface SpecificationItem

    Represents a specification item in the product details. Contains display name, value, and size information for product specifications.

    interface SpecificationItem {
        specificationDisplayName: string;
        stringValue: string;
        size: number;
    }
    Index

    Properties

    specificationDisplayName: string

    Display name of the specification

    stringValue: string

    Value of the specification

    size: number

    Size of the specification