Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Optional<T>

Type parameters

  • T

Hierarchy

  • Optional

Index

Properties

Properties

get

get: () => T

Type declaration

    • (): T
    • Returns T

isPresent

isPresent: () => boolean

Type declaration

    • (): boolean
    • Returns boolean

Generated using TypeDoc