Class CompoundTag<S, FS, LS>

Represents a compound tag that is composed of multiple nested tags.

Type Parameters

Constructors

Properties

Accessors

Methods

Constructors

Properties

innerTag: Tag<LS, SelectorName<LS>>

The innermost tag of the compound tag.

outerTag: Tag<FS, SelectorName<FS>>

The outermost tag of the compound tag.

tags: {
    [K in string | number | symbol]: Tag<S[K], SelectorName<S[K]>>
} = ...

The tags that compose the compound tag.

Accessors

  • get html(): string
  • Returns the HTML string representation of the tag.

    Returns string

    The HTML string representation of the tag.

Methods

  • Returns the HTML string representation of the tag.

    Returns string

    The HTML string representation of the tag.

Generated using TypeDoc