Bitbybit Docs
    Preparing search index...

    Class DrawTagsDto (Inputs.Tag)

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

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaltags: TagDto[]
      • Optionalupdatable: boolean
      • OptionaltagsVariable: TagDto[]

      Returns DrawTagsDto

    Properties

    tags: TagDto[]

    The tag descriptions to show, as tag.create builds them

    updatable: boolean

    When true, a later draw with tagsVariable changes these tags in place, adding and removing to match the new list

    tagsVariable?: TagDto[]

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

    true