Wagtail client-side components
    Preparing search index...

    Hierarchy

    Index

    Constructors

    • Parameters

      • blockDef: any
      • placeholder: any
      • prefix: any
      • index: any
      • id: any
      • initialState: any
      • sequence: any
      • opts: any

      Returns BaseSequenceChild

    Properties

    actionsContainerElement: HTMLElement | undefined
    block: any
    blockDef: any
    deletedInput: JQuery<HTMLElement>
    element: HTMLElement | undefined
    id: any
    index: any
    indexInput: JQuery<HTMLElement>
    prefix: any
    sequence: any
    titleElement: JQuery<HTMLElement>
    toggleElement: Element | null
    type: any

    Methods

    • The addEventListener() method of the EventTarget interface sets up a function that will be called whenever the specified event is delivered to the target.

      MDN Reference

      Parameters

      • type: string
      • callback: EventListenerOrEventListenerObject | null
      • Optionaloptions: boolean | AddEventListenerOptions

      Returns void

    • The dispatchEvent() method of the EventTarget sends an Event to the object, (synchronously) invoking the affected event listeners in the appropriate order.

      MDN Reference

      Parameters

      Returns boolean

    • The removeEventListener() method of the EventTarget interface removes an event listener previously registered with EventTarget.addEventListener() from the target.

      MDN Reference

      Parameters

      • type: string
      • callback: EventListenerOrEventListenerObject | null
      • Optionaloptions: boolean | EventListenerOptions

      Returns void