MLightCAD
    Preparing search index...

    Interface AcApSettingManagerEventArgs<T>

    Event arguments for settings modification events.

    interface AcApSettingManagerEventArgs<T extends AcApSettings = AcApSettings> {
        key: keyof T;
        value: unknown;
    }

    Type Parameters

    Index

    Properties

    Properties

    key: keyof T

    The setting key that was modified

    value: unknown

    The new value of the setting