Interface SelectionFieldsAnnotation

全部 Annotation 的抽象接口

interface SelectionFieldsAnnotation {
    id?: string;
    propertyPaths: Dimension[];
}

Hierarchy

Properties

Properties

id?: string
propertyPaths: Dimension[]

Generated using TypeDoc