Skip to main content
Version: Next

FactoryOptions

Index

Properties

optionalconvertCustomTypes

convertCustomTypes?: boolean

optionalinitialized

initialized?: boolean

optionalmerge

merge?: boolean

optionalnewEntity

newEntity?: boolean

optionalparentSchema

parentSchema?: string

optionalprocessOnCreateHooksEarly

processOnCreateHooksEarly?: boolean

Property onCreate hooks are normally executed during flush operation. With this option, they will be processed early inside em.create() method.

optionalrecomputeSnapshot

recomputeSnapshot?: boolean

optionalrefresh

refresh?: boolean

optionalschema

schema?: string