UI metadata for the datasource. Present only when includeui is true in the request.

type UiInfo = {
    connectorMainUrl?: string;
    connectUrl?: string;
    credentialsUrl?: string;
    iconRectUrl?: string;
    iconSquareUrl?: string;
    iframe?: boolean;
    loadModelSupport?: string;
    selectUrl?: string;
}
Index

Properties

connectorMainUrl?: string
connectUrl?: string

URL of the connector's connection dialog.

credentialsUrl?: string
iconRectUrl?: string
iconSquareUrl?: string
iframe?: boolean
loadModelSupport?: string
selectUrl?: string