Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CheckNameResult

Package version

The result returned from a check name availability request.

Hierarchy

  • CheckNameResult

Index

Properties

Optional message

message: undefined | string

Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated.

Optional nameAvailable

nameAvailable: undefined | false | true

Specifies a Boolean value that indicates if the name is available.

Optional reason

reason: Reason

Message providing the reason why the given name is invalid.

Generated using TypeDoc