Ace API Reference
    Preparing search index...

    Interface Theme

    interface Theme {
        caption: string;
        isDark: boolean;
        name: string;
        theme: string;
    }
    Index

    Properties

    caption: string

    The display caption of the theme.

    isDark: boolean

    Indicates whether the theme is dark or light.

    name: string

    The normalized name used as the key.

    theme: string

    The path or identifier for the ACE theme.