This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@warbly/core

0.3.3 • Public • Published

@warbly/core

Low-level core library.

Usage

InterfaceParam

The InterfaceParam controls an individual aspect of an interface's functionality.

Constructor

new InterfaceParam([options])

Create an InterfaceParam instance. options is an object containing configuration settings for the instance. Configurable options and their default values:

const defaults = {
  defaultValue: undefined, // Initial value of the `value` attribute
  value: defaultValue, // The parameter's value. Initialized to `defaultValue`
};

/@warbly/core/

    Package Sidebar

    Install

    npm i @warbly/core

    Weekly Downloads

    0

    Version

    0.3.3

    License

    MIT

    Unpacked Size

    11.4 kB

    Total Files

    9

    Last publish

    Collaborators

    • ryantoddgarza