Kvaser CanKing GUI Extensions SDK - v7.5.1
    Preparing search index...

    Interface IExtensionWorkspaceViewProps

    Properties for an extension WorkspaceView component.

    interface IExtensionWorkspaceViewProps {
        height: number;
        id: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    Height of the WorkspaceView component.

    id: number

    A unique id for this WorkspaceView. This is the workspace view id.

    width: number

    Width of the WorkspaceView component.