Describe LTS service metadata. All defined properties are read-only.

2019.1

interface LTSCapabilitiesService {
    abstract: string;
    id: string;
    keywords: string[];
    name: string;
}

Properties

abstract: string

Description of the LuciadFusion LTS server.

id: string

Unique identifier of the LuciadFusion LTS server.

keywords: string[]

List of keywords that describe the LuciadFusion LTS server.

name: string

Human-readable name of the LuciadFusion LTS server.