UNPKG

@robotical/sensors-dashboard

Version:

A dashboard tool for depicting Marty data by Robotical

9 lines (8 loc) 282 B
export default class AddonSub { name: string; value: number | string | boolean; selected: boolean; selectedListener: (() => void) | null; constructor(name: string, value: number | string | boolean); setSelectedListener(selectedListener: () => void): void; }