# Interface: AdditionalInfo

typings/rapi-types.AdditionalInfo

# Table of contents

# Properties

# Properties

# catalog

catalog: string

# Defined in

packages/typings/rapi-types.ts:478 (opens new window)


# fullInfo

fullInfo: Object

# Type declaration

Name Type
type string
url { [key: string]: string; }

# Defined in

packages/typings/rapi-types.ts:482 (opens new window)


# key

key: string

# Defined in

packages/typings/rapi-types.ts:476 (opens new window)


# parentIdFilter

parentIdFilter: string

# Defined in

packages/typings/rapi-types.ts:477 (opens new window)


# tooltip

tooltip: Object

# Index signature

▪ [key: string]: string

# Defined in

packages/typings/rapi-types.ts:479 (opens new window)


# type

type: Enumify<{ COMPONENT: "component" = 'component'; ITEM: "item" = 'item'; MATERIAL: "material" = 'material'; PARAMETER: "parameter" = 'parameter'; PARAMETER_VALUE: "paramValue" = 'paramValue' }>

# Defined in

packages/typings/rapi-types.ts:475 (opens new window)