@openfloor/protocol - v0.0.4
    Preparing search index...

    Interface CapabilityOptions

    Configuration options for capability definition

    interface CapabilityOptions {
        descriptions: string[];
        keyphrases: string[];
        languages?: string[];
        supportedLayers?: SupportedLayersOptions;
    }
    Index

    Properties

    descriptions: string[]

    Detailed descriptions of this capability

    keyphrases: string[]

    Key phrases describing this capability

    languages?: string[]

    Supported languages (BCP 47 tags)

    supportedLayers?: SupportedLayersOptions

    Supported input/output layers