Scrawl-canvas API
    Preparing search index...

    Interface UserInput

    interface UserInput {
        defaultValue?: any;
        deltaSetter?: DefaultInputFunction;
        getter?: DefaultInputFunction;
        key: string;
        setter?: DefaultInputFunction;
        type?: UserInputType;
    }
    Index

    Properties

    defaultValue?: any
    deltaSetter?: DefaultInputFunction
    key: string