* @ignore
()
| 137 | * @ignore |
| 138 | */ |
| 139 | getTriggerSettings() { |
| 140 | const world = this.ancestor.getRootAncestor(); |
| 141 | if (typeof this.triggerSettings.container === "string") { |
| 142 | this.triggerSettings.container = world.getChildByName( |
| 143 | this.triggerSettings.container, |
| 144 | )[0]; |
| 145 | } |
| 146 | return this.triggerSettings; |
| 147 | } |
| 148 | |
| 149 | /** |
| 150 | * Trigger this event. Override in subclasses to customize behavior. |
no test coverage detected