Datastream

gcp/Item/Datastream
include('gcp/Item/Datastream')
Illustration Datastream DatastreamCard DatastreamGroup
illustration for Illustration illustration for Datastream illustration for DatastreamCard illustration for DatastreamGroup

Sprites

The item provides the following sriptes:

  • <$DatastreamXs>
  • <$DatastreamSm>
  • <$DatastreamMd>
  • <$DatastreamLg>

Datastream

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element Datastream
include('gcp/Item/Datastream')

' renders the element
Datastream('Datastream', 'Datastream', 'an optional tech label', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element Datastream
include('gcp/Item/Datastream')

' renders the element
Datastream('Datastream', 'Datastream', 'an optional tech label', 'an optional description')
@enduml

DatastreamCard

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element DatastreamCard
include('gcp/Item/Datastream')

' renders the element
DatastreamCard('DatastreamCard', 'Datastream Card', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element DatastreamCard
include('gcp/Item/Datastream')

' renders the element
DatastreamCard('DatastreamCard', 'Datastream Card', 'an optional description')
@enduml

DatastreamGroup

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element DatastreamGroup
include('gcp/Item/Datastream')

' renders the element
DatastreamGroup('DatastreamGroup', 'Datastream Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element DatastreamGroup
include('gcp/Item/Datastream')

' renders the element
DatastreamGroup('DatastreamGroup', 'Datastream Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml