* Gets the value associated with the menu item. * * @returns value Value associated with the menu item. * @internal
()
| 154 | * @internal |
| 155 | */ |
| 156 | getValue(): string | null { |
| 157 | return this.opt_value ?? null; |
| 158 | } |
| 159 | |
| 160 | /** |
| 161 | * Set menu item's rendering direction. |
no outgoing calls
no test coverage detected