Options
All
  • Public
  • Public/Protected
  • All
Menu

A FluentType representing no correct value.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • Create an instance of FluentNone with an optional fallback value.

    Parameters

    • value: string = "???"

      The fallback value of this FluentNone.

    Returns FluentNone

Properties

value

value: string

The wrapped native value.

Methods

toString

  • toString(scope: Scope): string

valueOf

  • valueOf(): string