sparkle-engine

Interface IContainerOptions

interface IContainerOptions {
    engine?: SparkleEngine;
    resident?: boolean;
    tags?: string[];
}

Hierarchy (view full)

Properties

engine?: SparkleEngine
resident?: boolean
tags?: string[]