CircosConfig {SMRUCC.genomics.Visualize.Circos.Configurations.ComponentModel} .NET clr documentation

CircosConfig

Description

Abstract of the circos config files.

Declare

            
# namespace SMRUCC.genomics.Visualize.Circos.Configurations.ComponentModel
export class CircosConfig {
   filePath: string;
   # 文档的对其他的配置文件的引用列表
   includes: iterates(CircosConfig);
   # This config file was included in circos.conf.(主配置文件Circos.conf)
   main: Circos;
   # The circos configuration file is a plain text file
   MimeType: ContentType[];
   # 配置文件的引用的相对路径
   refPath: string;
}

        

.NET clr type reference tree

  1. use by property member includes: iterates(CircosConfig)
  2. use by property member main: Circos
  3. use by property member MimeType: ContentType

[Package {$package} version {$version} Index]