Interface

Panel-1PanelSessionItemConstructorProps

interface ConstructorProps {
    id: string;
    module_name: string;
    moduleName: string;
    position: Panel.Position;
    type_hint: string;
    typeHint: string;
    workspace: string;
}

Hierarchy (View Summary)

Index

Properties

id: string
module_name: string
moduleName: string
position: Panel.Position
type_hint: string
typeHint: string
workspace: string