interface IActionsObject {
    notify: boolean;
    tweaks: Partial<Record<TweakName, any>>;
}

Properties

Properties

notify: boolean

Whether this event should notify the user or not.

tweaks: Partial<Record<TweakName, any>>

How this event should be notified.