clik-engine API
    Preparing search index...

    Interface ComboDisplayConfig

    interface ComboDisplayConfig {
        depth?: number;
        fontFamily?: string;
        particles?: GraphicsParticles;
        x?: number;
        y?: number;
    }
    Index

    Properties

    depth?: number
    fontFamily?: string
    particles?: GraphicsParticles
    x?: number
    y?: number