@eagleoutice/flowr - v2.10.1
    Preparing search index...

    Interface FlowrCapabilities

    interface FlowrCapabilities {
        capabilities: readonly FlowrCapability[];
        description: string;
        name: string;
        version: string;
    }
    Index

    Properties

    capabilities: readonly FlowrCapability[]

    A list of the capabilities

    description: string

    A description of the capabilities

    name: string

    The human-readable name of the capabilities

    version: string

    The version of the capabilities