Type Alias IDocumentBackgroundOptions
IDocumentBackgroundOptions: {
color?: string;
themeColor?: string;
themeShade?: string;
themeTint?: string;
}
Type declaration
Optional
Readonly
color?: string
Optional
Readonly
themeColor?: string
Optional
Readonly
themeShade?: string
Optional
Readonly
themeTint?: string