Interface HtmlAttributes<R>

Type Parameters

  • R = any

Hierarchy

Properties

coherentTime: number
inlet: Fastener<any, any, any> | readonly Fastener<any, any, any>[]
inletVersion: number | readonly number[]
name: PropertyKey
owner: R
version: number

Accessors

  • get affinity(): Affinity
  • Returns Affinity

  • get autocomplete(): AttributeAnimator<this, string, [string | Look<string>]>
  • Returns AttributeAnimator<this, string, [string | Look<string>]>

  • get binds(): boolean
  • Returns boolean

  • get checked(): AttributeAnimator<this, boolean, [boolean | Look<boolean>]>
  • Returns AttributeAnimator<this, boolean, [boolean | Look<boolean>]>

  • get coherent(): boolean
  • Returns boolean

  • get colspan(): AttributeAnimator<this, number, [number | Look<number>]>
  • Returns AttributeAnimator<this, number, [number | Look<number>]>

  • get derived(): boolean
  • Returns boolean

  • get descriptorType(): Proto<FastenerDescriptor<R>>
  • Returns Proto<FastenerDescriptor<R>>

  • get disabled(): AttributeAnimator<this, boolean, [boolean | Look<boolean>]>
  • Returns AttributeAnimator<this, boolean, [boolean | Look<boolean>]>

  • get fastenerType(): Proto<ElementAttributes<any>>
  • Returns Proto<ElementAttributes<any>>

  • get href(): AttributeAnimator<this, string, [string | Look<string>]>
  • Returns AttributeAnimator<this, string, [string | Look<string>]>

  • get id(): AttributeAnimator<this, string, [string | Look<string>]>
  • Returns AttributeAnimator<this, string, [string | Look<string>]>

  • get inheritName(): PropertyKey
  • Returns PropertyKey

  • get inherits(): boolean
  • Returns boolean

  • get inletKeys(): readonly PropertyKey[]
  • Protected

    Returns readonly PropertyKey[]

  • get mounted(): boolean
  • Returns boolean

  • get parent(): Fastener<any, any, any>
  • Returns Fastener<any, any, any>

  • get parentType(): Proto<any>
  • Returns Proto<any>

  • get placeholder(): AttributeAnimator<this, string, [string | Look<string>]>
  • Returns AttributeAnimator<this, string, [string | Look<string>]>

  • get rowspan(): AttributeAnimator<this, number, [number | Look<number>]>
  • Returns AttributeAnimator<this, number, [number | Look<number>]>

  • get selected(): AttributeAnimator<this, boolean, [boolean | Look<boolean>]>
  • Returns AttributeAnimator<this, boolean, [boolean | Look<boolean>]>

  • get title(): AttributeAnimator<this, string, [string | Look<string>]>
  • Returns AttributeAnimator<this, string, [string | Look<string>]>

  • get type(): AttributeAnimator<this, string, [string | Look<string>]>
  • Returns AttributeAnimator<this, string, [string | Look<string>]>

  • get value(): AttributeAnimator<this, string, [string | Look<string>]>
  • Returns AttributeAnimator<this, string, [string | Look<string>]>

Methods

  • Parameters

    • fastener: Fastener<any, any, any>

    Returns void

  • Protected

    Returns void

  • Type Parameters

    • K extends keyof [any]

    • IK extends any

    Parameters

    • inlet: Fastener<any, IK, any>
    • key: IK

    Returns void

  • Type Parameters

    • I0 extends any

    Parameters

    • inlet: Fastener<any, I0, any>

    Returns void

  • Parameters

    • Optional inlet: Fastener<any, any, any>

    Returns void

  • Parameters

    • fastener: Fastener<any, any, any>

    Returns void

  • Protected

    Returns void

  • Protected

    Parameters

    • inlet: Fastener<any, any, any>

    Returns void

  • Protected

    Returns void

  • Protected

    Parameters

    • newAffinity: Affinity
    • oldAffinity: Affinity

    Returns void

  • Protected

    Parameters

    • inherits: boolean
    • inheritName: PropertyKey

    Returns void

  • Protected

    Parameters

    • inlet: Fastener<any, any, any>

    Returns void

  • Protected

    Returns void

  • Returns any

  • Parameters

    • attributeName: string

    Returns string

  • Type Parameters

    • F extends Fastener<any, any, [any]>

    Parameters

    • fastenerName: PropertyKey
    • Optional fastenerType: Proto<F>
    • Optional contextType: Proto<any>

    Returns F

  • Type Parameters

    • F extends Fastener<any, any, [any]>

    Parameters

    • fastenerName: string
    • Optional fastenerType: Proto<F>
    • Optional contextType: Proto<any>

    Returns F

  • Parameters

    • fastener: Fastener<any, any, any>

    Returns Timing

  • Parameters

    • affinity: Affinity

    Returns boolean

  • Protected

    Returns void

  • Protected

    Returns void

  • Protected

    Parameters

    • inlet: Fastener<any, any, any>

    Returns void

  • Protected

    Returns void

  • Protected

    Parameters

    • newAffinity: Affinity
    • oldAffinity: Affinity

    Returns void

  • Protected

    Parameters

    • inherits: boolean
    • inheritName: PropertyKey

    Returns void

  • Protected

    Parameters

    • inlet: Fastener<any, any, any>

    Returns void

  • Protected

    Returns void

  • Parameters

    • t: number

    Returns void

  • Returns void

  • Parameters

    • updateFlags: number

    Returns void

  • Returns readonly Fastener<any, any, any>[]

  • Type Parameters

    • S

    Parameters

    • this: S
    • properties: {
          [K in string | number | symbol as S[K] extends {
                  set(value) => any;
              }
              ? K
              : never]?: S[K] extends {
                  set(value) => any;
              }
              ? T
              : never
      }
    • Optional timing: boolean | TimingLike

    Returns R

  • Parameters

    • properties: {
          autocomplete: string | Look<string> | Fastener<any, string | Look<string>, any>;
          checked: boolean | Look<boolean> | Fastener<any, boolean | Look<boolean>, any>;
          colspan: number | Look<number> | Fastener<any, number | Look<number>, any>;
          disabled: boolean | Look<boolean> | Fastener<any, boolean | Look<boolean>, any>;
          href: string | Look<string> | Fastener<any, string | Look<string>, any>;
          id: string | Look<string> | Fastener<any, string | Look<string>, any>;
          owner?: unknown;
          placeholder: string | Look<string> | Fastener<any, string | Look<string>, any>;
          rowspan: number | Look<number> | Fastener<any, number | Look<number>, any>;
          selected: boolean | Look<boolean> | Fastener<any, boolean | Look<boolean>, any>;
          title: string | Look<string> | Fastener<any, string | Look<string>, any>;
          type: string | Look<string> | Fastener<any, string | Look<string>, any>;
          value: string | Look<string> | Fastener<any, string | Look<string>, any>;
      }
      • autocomplete: string | Look<string> | Fastener<any, string | Look<string>, any>
      • checked: boolean | Look<boolean> | Fastener<any, boolean | Look<boolean>, any>
      • colspan: number | Look<number> | Fastener<any, number | Look<number>, any>
      • disabled: boolean | Look<boolean> | Fastener<any, boolean | Look<boolean>, any>
      • href: string | Look<string> | Fastener<any, string | Look<string>, any>
      • id: string | Look<string> | Fastener<any, string | Look<string>, any>
      • Optional Readonly owner?: unknown
      • placeholder: string | Look<string> | Fastener<any, string | Look<string>, any>
      • rowspan: number | Look<number> | Fastener<any, number | Look<number>, any>
      • selected: boolean | Look<boolean> | Fastener<any, boolean | Look<boolean>, any>
      • title: string | Look<string> | Fastener<any, string | Look<string>, any>
      • type: string | Look<string> | Fastener<any, string | Look<string>, any>
      • value: string | Look<string> | Fastener<any, string | Look<string>, any>
    • Optional timing: boolean | TimingLike

    Returns R

  • Parameters

    • affinity: Affinity

    Returns void

  • Parameters

    • attributeName: string
    • value: unknown

    Returns HtmlAttributes<R>

  • Protected

    Parameters

    • coherent: boolean

    Returns void

  • Protected

    Parameters

    • coherentTime: number

    Returns void

  • Parameters

    • inherits: boolean | PropertyKey

    Returns void

  • Type Parameters

    • S

    Parameters

    • this: S
    • properties: {
          [K in string | number | symbol as S[K] extends {
                  setIntrinsic(value) => any;
              }
              ? K
              : never]?: S[K] extends {
                  setIntrinsic(value) => any;
              }
              ? T
              : never
      }
    • Optional timing: boolean | TimingLike

    Returns R

  • Parameters

    • properties: {
          autocomplete: string | Look<string> | Fastener<any, string | Look<string>, any>;
          checked: boolean | Look<boolean> | Fastener<any, boolean | Look<boolean>, any>;
          colspan: number | Look<number> | Fastener<any, number | Look<number>, any>;
          disabled: boolean | Look<boolean> | Fastener<any, boolean | Look<boolean>, any>;
          href: string | Look<string> | Fastener<any, string | Look<string>, any>;
          id: string | Look<string> | Fastener<any, string | Look<string>, any>;
          owner?: unknown;
          placeholder: string | Look<string> | Fastener<any, string | Look<string>, any>;
          rowspan: number | Look<number> | Fastener<any, number | Look<number>, any>;
          selected: boolean | Look<boolean> | Fastener<any, boolean | Look<boolean>, any>;
          title: string | Look<string> | Fastener<any, string | Look<string>, any>;
          type: string | Look<string> | Fastener<any, string | Look<string>, any>;
          value: string | Look<string> | Fastener<any, string | Look<string>, any>;
      }
      • autocomplete: string | Look<string> | Fastener<any, string | Look<string>, any>
      • checked: boolean | Look<boolean> | Fastener<any, boolean | Look<boolean>, any>
      • colspan: number | Look<number> | Fastener<any, number | Look<number>, any>
      • disabled: boolean | Look<boolean> | Fastener<any, boolean | Look<boolean>, any>
      • href: string | Look<string> | Fastener<any, string | Look<string>, any>
      • id: string | Look<string> | Fastener<any, string | Look<string>, any>
      • Optional Readonly owner?: unknown
      • placeholder: string | Look<string> | Fastener<any, string | Look<string>, any>
      • rowspan: number | Look<number> | Fastener<any, number | Look<number>, any>
      • selected: boolean | Look<boolean> | Fastener<any, boolean | Look<boolean>, any>
      • title: string | Look<string> | Fastener<any, string | Look<string>, any>
      • type: string | Look<string> | Fastener<any, string | Look<string>, any>
      • value: string | Look<string> | Fastener<any, string | Look<string>, any>
    • Optional timing: boolean | TimingLike

    Returns R

  • Returns string

  • Parameters

    • Optional inlet: Fastener<any, any, any>

    Returns void

  • Protected

    Parameters

    • inlet: Fastener<any, any, any>

    Returns void

  • Protected

    Returns void

  • Protected

    Parameters

    • newAffinity: Affinity
    • oldAffinity: Affinity

    Returns void

  • Protected

    Parameters

    • inherits: boolean
    • inheritName: PropertyKey

    Returns void

  • Protected

    Parameters

    • inlet: Fastener<any, any, any>

    Returns void

  • Protected

    Returns void

Generated using TypeDoc