Bitbybit Docs
    Preparing search index...

    Interface DrawnTagMeta (Inputs.Draw)

    Metadata a drawn tag carries so that handing it back updates it in place.

    interface DrawnTagMeta {
        type: drawingTypes;
        options: DrawOptions | { updatable: boolean };
    }
    Index

    Properties

    Properties

    options: DrawOptions | { updatable: boolean }

    Whatever options the draw was given. Drawing a tag without any records only updatability.