Allow the developer to define actions that don't close the `Alert` automatically once executed. Is this achievable by simply using a new property? e.g. ```ts autoClose: boolean = true; ```