Copied from @types/alpinejs because it isn't exported.

https://www.npmjs.com/package/@types/alpinejs

interface AlpineDataContext {
    init?(): void;
    [stateKey: string]: any;
}

Implemented by

Indexable

[stateKey: string]: any

Methods

Methods

  • Will be executed before Alpine initializes teh rest of the component.

    Returns void