SCION Microfrontend Platform - v1.4.0
    Preparing search index...

    Interface ApplicationQualifiedForCapabilityRequest

    Represents a request to determine if an application is qualified to interact with a given capability.

    interface ApplicationQualifiedForCapabilityRequest {
        appSymbolicName: string;
        capabilityId: string;
    }
    Index

    Properties

    appSymbolicName: string

    Specifies the symbolic name of the application under test.

    capabilityId: string

    Identifies the capability for which to request the application's qualification.