bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    id: string

    Data that contains information and shapes of the top part of the table

    shapes?: {
        compound?: T;
        startPolylineWireU?: T;
        startPolylineWireV?: T;
        endPolylineWireU?: T;
        endPolylineWireV?: T;
        compoundPolylineWiresU?: T;
        compoundPolylineWiresV?: T;
        compoundPolylineWiresUV?: T;
    }