bitfront-library
Version:
Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
24 lines (23 loc) • 926 B
TypeScript
export declare class ConfigurationEditor {
fontFamily: boolean;
fontSize: boolean;
fontFormat: boolean;
color: boolean;
background: boolean;
script: boolean;
header: boolean;
blockquote: boolean;
codeBlock: boolean;
bullet: boolean;
indent: boolean;
direction: boolean;
align: boolean;
link: boolean;
image: boolean;
video: boolean;
clean: boolean;
constructor(fontFamily?: boolean, fontSize?: boolean, fontFormat?: boolean, color?: boolean, background?: boolean, script?: boolean, header?: boolean, blockquote?: boolean, codeBlock?: boolean, bullet?: boolean, indent?: boolean, direction?: boolean, align?: boolean, link?: boolean, image?: boolean, video?: boolean, clean?: boolean);
static newObject(): ConfigurationEditor;
static newObjectWithAllControls(): ConfigurationEditor;
static newCustomObject(object: any): ConfigurationEditor;
}