Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LangPackStringPluralized

Hierarchy

  • VirtualClass<{ key: string; zeroValue?: string; oneValue?: string; twoValue?: string; fewValue?: string; manyValue?: string; otherValue: string }>
    • LangPackStringPluralized

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { key: string; zeroValue?: string; oneValue?: string; twoValue?: string; fewValue?: string; manyValue?: string; otherValue: string }

Type declaration

  • key: string
  • Optional zeroValue?: string
  • Optional oneValue?: string
  • Optional twoValue?: string
  • Optional fewValue?: string
  • Optional manyValue?: string
  • otherValue: string
CONSTRUCTOR_ID: 1816636575
SUBCLASS_OF_ID: 3692534457
classType: "constructor"
className: "LangPackStringPluralized"
key: string
zeroValue?: string
oneValue?: string
twoValue?: string
fewValue?: string
manyValue?: string
otherValue: string

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { key: string; zeroValue?: string; oneValue?: string; twoValue?: string; fewValue?: string; manyValue?: string; otherValue: string }
  • Returns { key: string; zeroValue?: string; oneValue?: string; twoValue?: string; fewValue?: string; manyValue?: string; otherValue: string }

    • key: string
    • Optional zeroValue?: string
    • Optional oneValue?: string
    • Optional twoValue?: string
    • Optional fewValue?: string
    • Optional manyValue?: string
    • otherValue: string

Constructors

  • new LangPackStringPluralized(args: { key: string; zeroValue?: string; oneValue?: string; twoValue?: string; fewValue?: string; manyValue?: string; otherValue: string }): LangPackStringPluralized
  • Parameters

    • args: { key: string; zeroValue?: string; oneValue?: string; twoValue?: string; fewValue?: string; manyValue?: string; otherValue: string }
      • key: string
      • Optional zeroValue?: string
      • Optional oneValue?: string
      • Optional twoValue?: string
      • Optional fewValue?: string
      • Optional manyValue?: string
      • otherValue: string

    Returns LangPackStringPluralized

Generated using TypeDoc