@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ComponentsConfigurationResponse

    Configuration for active Camunda components in the deployment.

    type ComponentsConfigurationResponse = {
        active: WebappComponent[];
    }
    Index

    Properties

    Properties

    active: WebappComponent[]

    List of webapp components whose UI is enabled in this deployment.