Interface MonacoTheme

interface MonacoTheme {
    name: string;
}

Hierarchy

  • IStandaloneThemeData
    • MonacoTheme

Properties

Properties

name: string