Interface CompleteUserConfig

interface CompleteUserConfig {
    attachTo: string;
    layers: ConfigLayer[];
}

Hierarchy (view full)

Properties

Properties

attachTo: string

The element to attach the simulation to, as a string representing the ID.

layers: ConfigLayer[]

A fully configured array of snowflake layers.