Interface Clipboard.TextProvider

  • Enclosing class:
    Clipboard
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @JsFunction
    @FunctionalInterface
    public static interface Clipboard.TextProvider
    • Method Detail

      • provideText

        String provideText​(elemental2.dom.HTMLElement element)