Free Touch Pricker
    Preparing search index...

    Interface Pricker

    Represents a pricker

    interface Pricker {
        onLoad: () => void;
        print: Print;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    onLoad: () => void

    Event handler for window.onload

    print: Print