Interface SoloOptions

The possible options for this node

interface SoloOptions {
    context: BaseContext;
    solo: boolean;
}

Hierarchy (view full)

Properties

Properties

context: BaseContext
solo: boolean