* Determines whether this UI5 Element needs CLDR assets to be fetched to work correctly
()
| 242 | * Determines whether this UI5 Element needs CLDR assets to be fetched to work correctly |
| 243 | */ |
| 244 | needsCLDR(): boolean { |
| 245 | return !!this.metadata.cldr; |
| 246 | } |
| 247 | |
| 248 | getShadowRootOptions(): Partial<ShadowRootInit> { |
| 249 | return this.metadata.shadowRootOptions || {}; |