as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

TurboModuleResult

Wraps a result of type T. This interface is always downcast-able to either:

  • TurboModuleResultOk on `isSuccess == true`
  • TurboModuleResultErr on isSuccess == false

Extended by

Type Parameters

• T

Properties

isSuccess

readonly isSuccess: boolean


Last updated: Sep 30, 2025