Scrawl-canvas API
    Preparing search index...

    Interface ObserveAndUpdateInputs

    interface ObserveAndUpdateInputs {
        callback?: DefaultInputFunction;
        event: string | string[];
        origin: any;
        preventDefault?: boolean;
        setup?: DefaultInputFunction;
        target: any;
        targetLibrarySection?: string;
        updates: { [index: string]: [string, string] };
        useNativeListener?: boolean;
    }
    Index

    Properties

    event: string | string[]
    origin: any
    preventDefault?: boolean
    target: any
    targetLibrarySection?: string
    updates: { [index: string]: [string, string] }
    useNativeListener?: boolean