Script API - v1.26.10
    Preparing search index...

    Class PackSettingChangeAfterEventBeta

    Pack setting name and value that changed.

    export class PackSettingChangeAfterEvent {
    private constructor();
    readonly settingName: string;
    readonly settingValue: boolean | number | string;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    settingName: string

    The name of the setting.

    This property can't be read in early-execution mode.

    settingValue: string | number | boolean

    The value of the setting.

    This property can't be read in early-execution mode.