Class AsyncCell

Hierarchy (view full)

Implements

Constructors

  • Returns AsyncCell

Properties

emit: ((event, detail?, option?) => boolean)

Type declaration

    • (event, detail?, option?): boolean
    • Parameters

      • event: string
      • Optional detail: any
      • Optional option: EventInit

      Returns boolean

internals: ElementInternals
loader: (() => Promise<ComponentTag>)

Type declaration

mounted: boolean
mountedCallback?: (() => any)

Called at first time of DOM tree updated

Type declaration

    • (): any
    • Called at first time of DOM tree updated

      Returns any

props: AsyncCellProps & Pick<VNode, "is" | "key" | "ref"> & Omit<Partial<IAom & EventHandlers<HTMLElement> & DOMProps_Read2Write<Pick<HTMLElement, "tagName" | "slot" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "dir" | "draggable" | "hidden" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "title" | "translate" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "id" | "localName" | "namespaceURI" | "outerHTML" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "assignedSlot" | "attributeStyleMap" | "style" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "autofocus" | "dataset" | "nonce" | "tabIndex">>>, "children"> & {}

Type declaration

    renderer: DOMRenderer
    root: ParentNode
    update: (() => void)

    Type declaration

      • (): void
      • Returns void

    updatedCallback?: (() => any)

    Called at DOM tree updated

    Type declaration

      • (): any
      • Called at DOM tree updated

        Returns any

    Accessors

    component
    delegatedProps

    Methods

    • Returns void

    Generated using TypeDoc