Skip to main content

UCSCTrackHubConnection

Note: this document is automatically generated from mobx-state-tree objects in our source code. See Core concepts and intro to pluggable elements for more info

Source file

plugins/data-management/src/ucsc-trackhub/model.ts

extends BaseConnectionModel

UCSCTrackHubConnection - Properties

property: configuration

// type signature
ConfigurationSchemaType<{ hubTxtLocation: { type: string; defaultValue: { uri: string; locationType: string; }; description: string; }; assemblyNames: { type: string; defaultValue: any[]; description: string; }; }, ConfigurationSchemaOptions<ConfigurationSchemaType<{ ...; }, ConfigurationSchemaOptions<...>>, undefin...
// code
configuration: ConfigurationReference(configSchema)

property: type

// type signature
ISimpleType<"UCSCTrackHubConnection">
// code
type: types.literal('UCSCTrackHubConnection')

UCSCTrackHubConnection - Actions

action: connect

// type signature
connect: () => Promise<void>