Bitbybit Docs
    Preparing search index...

    Class DrawTagDto (Inputs.Tag)

    Feeds tag.drawTag: the tag to put on screen, whether it may be changed later and, on a later draw, the tag from before to change in place.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaltag: TagDto
      • Optionalupdatable: boolean
      • OptionaltagVariable: TagDto

      Returns DrawTagDto

    Properties

    tag: TagDto

    The tag description to show, as tag.create builds it

    updatable: boolean

    When true, a later draw with tagVariable changes this tag in place instead of adding another

    tagVariable?: TagDto

    The tag an earlier draw gave back, to change in place; used only when updatable is true

    true