-
Notifications
You must be signed in to change notification settings - Fork 0
PopSettings
nozomanai edited this page Jan 7, 2025
·
1 revision
PopSettings is passed in when pop is called, and the behavior of pop is determined based on this configuration
| Name | Description |
|---|---|
| MatchClass | If the parameter is not empty, the top widget must match this type to be removed. |
| ProtectList | If the top element matches any type in the list, it will not be popped. |
| bKeepBottomLayer | If true, the system will not pop the last remaining element. |