Interface buttonLineSettings

options how to show/hide button line

interface buttonLineSettings {
    className?: string;
    hidden?: boolean;
    toCommandLine: boolean;
}

Properties

className?: string

optional name of the class used for the buttonLine

hidden?: boolean

hide the line completely

toCommandLine: boolean

for button lines : put their buttons to the commandline; they are not in the button line Note: makes sense only for button line and not supported for other types of button lines