whits
    Preparing search index...

    Class CompoundTag<S, FS, LS>

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

    Type Parameters

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    innerTag: Tag<LS>

    The innermost tag of the compound tag.

    outerTag: Tag<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.