EditorTabContext
type EditorTabContext = object;
Context information for an editor tab.
Type declaration
suppressClose?
optional suppressClose: boolean;
When true, the close icon next to the tab label will be omitted.
type EditorTabContext = object;
Context information for an editor tab.
optional suppressClose: boolean;
When true, the close icon next to the tab label will be omitted.