Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Size

This comment is ignored, as the enumeration is already defined.

Index

Variables

Functions

Variables

Let defaultSize

defaultSize: Size = ...

A variable that is attached to an enumeration.

Functions

isSmall

  • isSmall(value: Size): boolean
  • A function that is attached to an enumeration.

    Parameters

    • value: Size

      The value that should be tested.

    Returns boolean

    TRUE when the given value equals Size.Small.

Generated using TypeDoc