ledfx
    Preparing search index...

    Interface Preset

    Represents a single preset with its configuration and active status.

    interface Preset {
        active: boolean;
        config: EffectConfig;
        name: string;
    }
    Index

    Properties

    Properties

    active: boolean
    config: EffectConfig
    name: string