export interface EnterpriseConnection extends Connection { options: { iconUrl?: string; displayName?: string; showAsButton: boolean; }; }
Show properties
Was this page helpful?