Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

ariaAtomic: string
ariaAutoComplete: string
ariaBusy: string
ariaChecked: string
ariaColCount: string
ariaColIndex: string
ariaColSpan: string
ariaCurrent: string
ariaDisabled: string
ariaExpanded: string
ariaHasPopup: string
ariaHidden: string
ariaKeyShortcuts: string
ariaLabel: string
ariaLevel: string
ariaLive: string
ariaModal: string
ariaMultiLine: string
ariaMultiSelectable: string
ariaOrientation: string
ariaPlaceholder: string
ariaPosInSet: string
ariaPressed: string
ariaReadOnly: string
ariaRequired: string
ariaRoleDescription: string
ariaRowCount: string
ariaRowIndex: string
ariaRowSpan: string
ariaSelected: string
ariaSetSize: string
ariaSort: string
ariaValueMax: string
ariaValueMin: string
ariaValueNow: string
ariaValueText: string
form: HTMLFormElement

Returns the form owner of internals's target element.

labels: NodeList

Returns a NodeList of all the label elements that internals's target element is associated with.

Returns the ShadowRoot for internals's target element, if the target element is a shadow host, or null otherwise.

willValidate: boolean

Returns true if internals's target element will be validated when the form is submitted; false otherwise.

Methods

  • setFormValue(value: string | FormData | File, state?: string | FormData | File): void
  • Sets both the state and submission value of internals's target element to value.

    If value is null, the element won't participate in form submission.

    Parameters

    • value: string | FormData | File
    • Optional state: string | FormData | File

    Returns void

Generated using TypeDoc