Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/effector/packages/effector/index.d.ts>createEvent

Business logic with ease ☄️
Latest
function createEvent
import { createEvent } from "https://deno.land/x/effector@effector-vue@23.1.0/packages/effector/index.d.ts";

Creates an event

Type Parameters

optional
E = void

Parameters

optional
eventName: string

Creates an event

Type Parameters

optional
E = void

Parameters

config: { name?: string; sid?: string; domain?: Domain; }