Class AttrSet

Represents a tag's attribute set.

Hierarchy

  • AttrSet

Constructors

Properties

additionalAttributes: {
    [key: string]: string;
} = {}

Type declaration

  • [key: string]: string
className: ClassName = ...
id?: string
style: StyleSet = ...

Methods

  • Check if an attribute is set

    Parameters

    • key: string

    Returns boolean

Generated using TypeDoc