Interface ShadowRootInit


@JsType(isNative=true, namespace="<global>") public interface ShadowRootInit
  • Method Details

    • create

      @JsOverlay static ShadowRootInit create()
    • getMode

      @JsProperty String getMode()
    • getSlotAssignment

      @JsProperty String getSlotAssignment()
    • isDelegatesFocus

      @JsProperty boolean isDelegatesFocus()
    • setDelegatesFocus

      @JsProperty void setDelegatesFocus(boolean delegatesFocus)
    • setMode

      @JsProperty void setMode(String mode)
    • setSlotAssignment

      @JsProperty void setSlotAssignment(String slotAssignment)