TurnEvents type
Represents the types of events that can occur during a turn in the application.
beforeTurn: Triggered before the turn starts.afterTurn: Triggered after the turn ends.
type TurnEvents = "beforeTurn" | "afterTurn"
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Represents the types of events that can occur during a turn in the application.
beforeTurn: Triggered before the turn starts.afterTurn: Triggered after the turn ends.type TurnEvents = "beforeTurn" | "afterTurn"