BackgroundConfig🔗Definition🔗export interface BackgroundConfig { color?: common.ColorDimensionConfig; image?: common.ResourceDimensionConfig; size?: canvas.BackgroundImageSize; } Methods🔗No methods.See also🔗 BackgroundConfigBuilder