LabelCommand: {
    kind: "command.label";
    label: string;
    location: Location;
    name: "label" | "ref" | "eqref" | "autoref";
}

Type declaration

  • kind: "command.label"
  • label: string
  • location: Location
  • name: "label" | "ref" | "eqref" | "autoref"

Generated using TypeDoc