interface ConnectorGrafxRegistration {
    source: grafx;
    url: string;
}

Hierarchy

  • ConnectorRegistrationBase
    • ConnectorGrafxRegistration

Properties

Properties

source: grafx

Connector source type.

url: string

Url to the connector.

  • If source is url, this must be a publicly accessible url.

  • If source is grafx, this must be the full url to the connector GET endpoint on GraFx Environment API.