Interface NotebookSourceActionChangeEvent

interface NotebookSourceActionChangeEvent {
    notebook?: URI;
    viewType: string;
}

Properties

Properties

notebook?: URI
viewType: string