Skip to main content
Latest
interface EntityListenerMetadataArgs
import { type EntityListenerMetadataArgs } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/metadata-args/EntityListenerMetadataArgs.ts";

Arguments for EntityListenerMetadata class.

Properties

readonly
target: Function

Class to which listener is applied.

readonly
propertyName: string

Class's property name to which listener is applied.

readonly
type: EventListenerType

The type of the listener.