Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NamedElement<TParent>

A named element is a part of the state machine hierarchy.

Type parameters

  • TParent

    The type of the parent of the named element.

Hierarchy

  • NamedElement

Index

Properties

Methods

Properties

name

name: String

The name of the named element.

parent

parent: TParent

The parent element of the named element.

qualifiedName

qualifiedName: string

The fully qualified name of the named element, including parent names.

Methods

toString

  • toString(): string

Generated using TypeDoc