Skip to main content

@lunasec/react-sdk

Interfaces

Type aliases

ErrorHandlerCallback

Ƭ ErrorHandlerCallback: (errorObject: LunaSecError) => void

Type declaration

▸ (errorObject): void

Gets called whenever the component experiences an error. Will be called with a LunaSecError

Parameters
NameType
errorObjectLunaSecError
Returns

void

Defined in

component-types.ts:20


SecureInputProps

Ƭ SecureInputProps: SecureInputPropsWithoutValidator | SecureInputPropsWithValidator

Defined in

component-types.ts:65


SecureTextAreaProps

Ƭ SecureTextAreaProps: BaseTokenizingComponentProps

Defined in

component-types.ts:66


SecureParagraphProps

Ƭ SecureParagraphProps: BaseDetokenizingComponentProps

Defined in

component-types.ts:67


SecureDownloadProps

Ƭ SecureDownloadProps: BaseDetokenizingComponentProps

Defined in

component-types.ts:68