ServiceClassDescription interface

The exposed methods a single class declares, plus its parent's name.

Signature:

export interface ServiceClassDescription 

Properties

Property

Modifiers

Type

Description

inherits

string

Name of the class this one extends, read from the runtime prototype chain. The literal 'Function' means there is no class parent.

methods

MethodsCollectionDescription

Methods declared directly by this class, keyed by name.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.