Interface ValueListAnnotation

全部 Annotation 的抽象接口

interface ValueListAnnotation {
    collectionPath: string;
    id?: string;
    parameters: ValueListParameter[];
    searchSupported?: boolean;
}

Hierarchy

Properties

collectionPath: string
id?: string
parameters: ValueListParameter[]
searchSupported?: boolean

Generated using TypeDoc