Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CrazyEnum

A crazy enum from the TypeScript handbook. This enum contains both constant and computed members.

TypeDoc won't show the value of computed members since this information is only available at runtime.

Index

Enumeration members

None = 0
Read = 2
Write = 4
ReadWrite = 6
ComputedMember

Generated using TypeDoc