Interface PropertyMetadata

Hierarchy

  • PropertyMetadata

Properties

custom: boolean
direction?: "in" | "out"
relationship?: {
    inverse?: boolean;
    name: string;
    type: string;
}

Type declaration

  • Optional inverse?: boolean
  • name: string
  • type: string
required: boolean
type: string

Generated using TypeDoc