@grandlinex/core
    Preparing search index...

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

    Represents an abstract core action within the application framework. Core actions define a contract for registering action logic that can be consumed by kernels, clients, caches, and presenters.

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

    Type Parameters

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

      extends ICoreKernel = ICoreKernel

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

      extends IDataBase<any, any> | null = any

    • P extends ICoreClient | null = any

      extends ICoreClient | null = any

    • C extends ICoreCache | null = any

      extends ICoreCache | null = any

    • E extends ICorePresenter<any> | null = any

      extends ICorePresenter | null = any

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    channel: string
    logger: CoreLogger | null

    Methods