Interface Trumbowyg

interface Trumbowyg {
    hideButtonTexts: boolean;
    langs: Record<string, Record<string, string>>;
    plugins: Record<string, Plugin>;
    svgPath: string | boolean;
}

Properties

hideButtonTexts: boolean
langs: Record<string, Record<string, string>>
plugins: Record<string, Plugin>
svgPath: string | boolean