Function: effect()
effect(
title
,body
):Command
Creates a command which only does its action in one direction, i.e. performs an effect on the execution but skips it when being undone or vice-versa.
Parameters
Parameter | Type |
---|---|
|
|
| () => |
effect(
title
,body
):Command
Creates a command which only does its action in one direction, i.e. performs an effect on the execution but skips it when being undone or vice-versa.
Parameter | Type |
---|---|
|
|
| () => |