On this page

new LocalModule(): LocalModule
Returns:LocalModule
Attributes
idx:number
name:string
used:boolean
deserialize(context): void
Attributes

Restores this instance from the provided deserializer context.


flagUsed(): void
Returns:void

serialize(context): void
Attributes

Serializes this instance into the provided serializer context.


variableName(): string
Returns:string

Returns variable name.

Updates set size using the provided set.

Attributes

Updates set size using the provided set.

Attributes
rollback:(snapshot: ObjectSerializerSnapshot) => void
setCircularReference:(value: ReferenceableItem) => void
writeLazy:(item?: any) => void
writeSeparate:(item: any, obj?: LazyOptions) => LazyFunction<any, any, any, LazyOptions>