@otosense/ogui
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

ogui

to use yarn link in the intalled

  1. install @otosense/ogui (yarn add @otosense/ogui)
  2. ./client run 'yarn link @otosense/ogui'

components' props

Pipeline maker

interface IProps {
  options: string[];
  handleSelectChange: (val: string, i: number) => void;
  handleSave: VoidFunction;
  selectedValues: string[];
  setSelectedValues: (arr: string[]) => void;
  isMixedData?: boolean;
  mixedData?: any;
  filterMixedDataFunc?: (data: any) => string[];
}

Stream2pyChart

interface IProps {
  arr: {X: number}[];
  setArr: VoidFunction;
  speed: number;
}

speed is in millisecond (1000 is 1 sec)

Readme

Keywords

none

Package Sidebar

Install

npm i @otosense/ogui

Weekly Downloads

3

Version

1.1.2

License

MIT

Unpacked Size

897 kB

Total Files

36

Last publish

Collaborators

  • asphan
  • srherzog