File

src/app/core/models/ontology-selection.ts

Index

Properties

Properties

id
id: string
Type : string
label
label: string
Type : string
location
location: OntologyTreeNode | undefined
Type : OntologyTreeNode | undefined
import { OntologyTreeNode } from 'ccf-database';

export interface OntologySelection {
  location: OntologyTreeNode | undefined;
  id: string;
  label: string;
}

results matching ""

    No results matching ""