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

    Class SetDocLabelNameDto<T>

    DTO for setting the name of a label in a document. Takes the document handle directly instead of docId.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionaldocument: T
      • Optionallabel: string
      • Optionalname: string

      Returns SetDocLabelNameDto<T>

    Properties

    document: T

    Assembly document handle from buildAssemblyDocument or loadStepToDoc

    undefined
    
    label: string

    Label to rename

    undefined
    
    name: string

    New name

    Renamed