Interface

Panel-1PanelSessionItemConstructorProps

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

Hierarchy (View Summary)

Index

Properties

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