Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

function calculateSecureIframeHeight(theme?: Partial<SecureIframeTheme>): number;
Calculates the height of the secure iframe based on button size and font size.

Parameters

ParameterTypeDescription
theme?Partial<SecureIframeTheme>Optional theme with buttonSize and buttonFontSize.

Returns

number The calculated height in pixels.