Variable TableAnchorTypeConst

TableAnchorType: {
    MARGIN: "margin";
    PAGE: "page";
    TEXT: "text";
} = ...

Type declaration

  • Readonly MARGIN: "margin"
  • Readonly PAGE: "page"
  • Readonly TEXT: "text"

Generated using TypeDoc