@grandlinex/core
    Preparing search index...

    Class CorePresenter<A, K, T, P, C, E>Abstract

    Base class for presenters within the Core framework.

    Type Parameters

    • A

      The type of application instance managed by the presenter.

    • K extends ICoreKernel<any> = ICoreKernel<any>

      The kernel type. Defaults to .

    • T extends IDataBase<any, any> | null = any

      The data‑base type or {@code null}. Defaults to {@code any}.

    • P extends ICoreClient | null = any

      The client type or {@code null}. Defaults to {@code any}.

    • C extends ICoreCache | null = any

      The cache type or {@code null}. Defaults to {@code any}.

    • E extends ICorePresenter<any> | null = any

      The parent presenter type or {@code null}. Defaults to {@code any}.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    channel: string
    logger: CoreLogger | null

    Methods