@grandlinex/core
    Preparing search index...

    Class CoreClient<K, T, P, C, E>Abstract

    Abstract base class for client components in the Core framework.

    This class extends CoreElement and implements ICoreElement. It provides a foundational constructor that generates a unique identifier by prefixing the supplied channel name with "client-" and forwards that identifier along with the module instance to the parent CoreElement constructor.

    CoreClient

    ICoreElement<K, T, P, C, E>

    Identifier used to construct the client’s unique name.

    Module instance providing kernel, database, cache, presenter, and parent client information.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    channel: string
    logger: CoreLogger | null

    Methods