All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.paste.d.ts Maven / Gradle / Ivy

The newest version!
interface pasteOptions {
    initialSelectionStart?: number;
    initialSelectionEnd?: number;
}
declare function paste(element: HTMLElement, text: string, init?: ClipboardEventInit, { initialSelectionStart, initialSelectionEnd }?: pasteOptions): void;
export { paste };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy