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

    Class DocumentLabelQueryDto<T>

    DTO for querying a specific label in a document. Takes the document handle directly.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    document: T

    Assembly document handle from buildAssemblyDocument or loadStepToDoc

    undefined
    
    label: string

    Label entry string (e.g., "0:1:1:1")

    undefined