Variable PostBrandingThemeRequestPageBackgroundPageLayoutEnumConst

PostBrandingThemeRequestPageBackgroundPageLayoutEnum: {
    center: "center";
    left: "left";
    right: "right";
} = ...

Type declaration

  • Readonly center: "center"
  • Readonly left: "left"
  • Readonly right: "right"