Examples
Big Bank plc
Customer
Customer: Web App

Customer: Web application

We may visualize interactions with the web application:

views {
 
  view spa of singlePageApplication {
    include
      *,
      apiApplication,
      internetBankingSystem,
      -> singlePageApplication ->
 
    style * {
      color secondary
    }
    style internetBankingSystem {
      color muted
    }
    style singlePageApplication {
      color green
    }
  }
 
}

The diagram:

rendering...