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

    Interface AssemblyPartUpdateDef<T>

    interface AssemblyPartUpdateDef<T> {
        label: string;
        shape?: T;
        name?: string;
        colorRgba?: ColorRGBA;
    }

    Type Parameters

    • T
    Index

    Properties

    label: string

    Label of the existing part to update. This should be a label string like "0:1:1:1" obtained from document queries.

    shape?: T

    New shape to replace the existing shape. If undefined, the shape is not changed.

    name?: string

    New name for the part. If undefined, the name is not changed.

    colorRgba?: ColorRGBA

    New color for the part. If undefined, the color is not changed.