InjectedDatahubItemUI interface

An interface representing the injected datahub item ui

Extends

Properties

icon

The icon of the item.

localizedType

The localized type of the item.

queryParams

relativeNavigationURL query params.

relativeNavigationURL

Relative navigation url of the item

Inherited Properties

datasourceReferences

The datasource references of the item

description

The description of the item

displayName

The display name of the item

fabricItemType

The type of the item

itemInformationProtection

The item sensitivity label

itemObjectId

The object id of the item

itemType

The type of the item

lastVisitedTimeUTCEpochTime

The most recent time the item was visited

ownerOid

The item owner object id

ownerPrincipalName

The owner principal name

ownerUsers

The item owners

stage

The item endorsement

workspaceName

The workspace name of the item

Property Details

icon

The icon of the item.

icon?: Object | Object

Property Value

Object | Object

localizedType

The localized type of the item.

localizedType?: string

Property Value

string

queryParams

relativeNavigationURL query params.

queryParams?: {[key: string]: string | number}

Property Value

{[key: string]: string | number}

relativeNavigationURL

Relative navigation url of the item

relativeNavigationURL?: string

Property Value

string

Inherited Property Details

datasourceReferences

The datasource references of the item

datasourceReferences?: DatasourceReference[]

Property Value

Inherited From BaseDatahubItemUI.datasourceReferences

description

The description of the item

description?: string

Property Value

string

Inherited From BaseDatahubItemUI.description

displayName

The display name of the item

displayName: string

Property Value

string

Inherited From BaseDatahubItemUI.displayName

fabricItemType

The type of the item

fabricItemType?: string

Property Value

string

Inherited From BaseDatahubItemUI.fabricItemType

itemInformationProtection

The item sensitivity label

itemInformationProtection?: any

Property Value

any

Inherited From BaseDatahubItemUI.itemInformationProtection

itemObjectId

The object id of the item

itemObjectId: string

Property Value

string

Inherited From BaseDatahubItemUI.itemObjectId

itemType

The type of the item

itemType?: any

Property Value

any

Inherited From BaseDatahubItemUI.itemType

lastVisitedTimeUTCEpochTime

The most recent time the item was visited

lastVisitedTimeUTCEpochTime?: number

Property Value

number

Inherited From BaseDatahubItemUI.lastVisitedTimeUTCEpochTime

ownerOid

The item owner object id

ownerOid?: string

Property Value

string

Inherited From BaseDatahubItemUI.ownerOid

ownerPrincipalName

The owner principal name

ownerPrincipalName?: string

Property Value

string

Inherited From BaseDatahubItemUI.ownerPrincipalName

ownerUsers

The item owners

ownerUsers?: any[]

Property Value

any[]

Inherited From BaseDatahubItemUI.ownerUsers

stage

The item endorsement

stage?: any

Property Value

any

Inherited From BaseDatahubItemUI.stage

workspaceName

The workspace name of the item

workspaceName: string

Property Value

string

Inherited From BaseDatahubItemUI.workspaceName