Type Alias UiInfo

UI related metadata (only present when 'includeui' is set to true in query)

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

Properties

connectorMainUrl?: string

Connector main URL

connectUrl?: string

Connect URL

credentialsUrl?: string

Credentials URL

iconRectUrl?: string

Icon URL

iconSquareUrl?: string

Square icon URL

iframe?: boolean

If support iframe

loadModelSupport?: string

Indicate if the datasource supports load model

selectUrl?: string

Select URL