Sha256: 4cdae5820a65f7d14ff868fb265a8d75a26111a61033eed25adf6bd405db6ffa
Contents?: true
Size: 837 Bytes
Versions: 1
Compression:
Stored size: 837 Bytes
Contents
import { Application } from "./application"; import { Controller } from "./controller"; import { Dispatcher } from "./dispatcher"; import { ErrorHandler } from "./error_handler"; import { Module } from "./module"; import { Schema } from "./schema"; import { Scope } from "./scope"; export declare class Context implements ErrorHandler { readonly module: Module; readonly scope: Scope; readonly controller: Controller; private bindingObserver; constructor(module: Module, scope: Scope); connect(): void; disconnect(): void; readonly application: Application; readonly identifier: string; readonly schema: Schema; readonly dispatcher: Dispatcher; readonly element: Element; readonly parentElement: Element | null; handleError(error: Error, message: string, detail?: object): void; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
optimacms-0.1.61 | spec/dummy/node_modules/@stimulus/core/dist/src/context.d.ts |