OpenInAppButtonProps
OpenInAppButtonProps = {
classname?:string;placement?:string;text?:string; }
Defined in: vendor/wallet/sdk/components/src/components/OpenInAppButton/types.ts:5
The props type for OpenInAppButton.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”classname?
Section titled “classname?”
optionalclassname?:string
Defined in: vendor/wallet/sdk/components/src/components/OpenInAppButton/types.ts:17
Classname to apply to the button
placement?
Section titled “placement?”
optionalplacement?:string
Defined in: vendor/wallet/sdk/components/src/components/OpenInAppButton/types.ts:6
optionaltext?:string
Defined in: vendor/wallet/sdk/components/src/components/OpenInAppButton/types.ts:13
Text to display on the button.
When omitted, a built-in localized default is used based on the
resolved language ("Open in App" / "Ouvrir dans l'app").