Type Alias Track

Track: {
    filetype: string;
    height: number;
    options: any;
    server: string;
    tilesetUid: string;
    type: TrackType;
    uid?: string;
    width: number;
}

Type declaration

  • filetype: string
  • height: number
  • options: any

    higlass options obj too much to redocument here as a type, see: https://docs.higlass.io/track_types.html

  • server: string
  • tilesetUid: string

    the tileset to load from the server

  • type: TrackType
  • Optionaluid?: string

    uqiune arbitrary id of the track (optional)

  • width: number