An update value for code inspectors.

interface IInspectorUpdate {
    content: null | Widget;
}

Properties

Properties

content: null | Widget

The content being sent to the inspector for display.