Skip to main content

Interface: CloudProviderSetupPanelOAuthProviderPanelProperties

Defined in: src/components/Settings/cloud/CloudProviderSetupPanel.OAuthProviderPanel.tsx:14

Props for CloudProviderSetupPanelOAuthProviderPanel.

Propertiesโ€‹

children?โ€‹

readonly optional children?: ReactNode;

Defined in: src/components/Settings/cloud/CloudProviderSetupPanel.OAuthProviderPanel.tsx:15


configuredโ€‹

readonly configured: boolean;

Defined in: src/components/Settings/cloud/CloudProviderSetupPanel.OAuthProviderPanel.tsx:16


connectedโ€‹

readonly connected: boolean;

Defined in: src/components/Settings/cloud/CloudProviderSetupPanel.OAuthProviderPanel.tsx:17


descriptionโ€‹

readonly description: string;

Defined in: src/components/Settings/cloud/CloudProviderSetupPanel.OAuthProviderPanel.tsx:18


disabledโ€‹

readonly disabled: boolean;

Defined in: src/components/Settings/cloud/CloudProviderSetupPanel.OAuthProviderPanel.tsx:19


isConnectingโ€‹

readonly isConnecting: boolean;

Defined in: src/components/Settings/cloud/CloudProviderSetupPanel.OAuthProviderPanel.tsx:20


onConnectโ€‹

readonly onConnect: () => void;

Defined in: src/components/Settings/cloud/CloudProviderSetupPanel.OAuthProviderPanel.tsx:21

Returnsโ€‹

void


providerKeyโ€‹

readonly providerKey: "dropbox" | "google-drive";

Defined in: src/components/Settings/cloud/CloudProviderSetupPanel.OAuthProviderPanel.tsx:22


providerLabelโ€‹

readonly providerLabel: string;

Defined in: src/components/Settings/cloud/CloudProviderSetupPanel.OAuthProviderPanel.tsx:23