UNPKG

@kvaser/canking-api

Version:

CanKing API to communicate with the CanKing service using Node.js.

12 lines (11 loc) 346 B
/** * Properties for an extension WorkspaceView component. */ export interface IExtensionWorkspaceViewProps { /** A unique id for this WorkspaceView. This is the workspace view id. */ id: number; /** Height of the WorkspaceView component. */ height: number; /** Width of the WorkspaceView component. */ width: number; }