Skip to main content

@nuclia/core / Exports / IKnowledgeBoxItem

Interface: IKnowledgeBoxItem

Hierarchy

Table of contents

Properties

Properties

allowed_origins

Optional allowed_origins: null | string[]

Inherited from

IKnowledgeBoxCreation.allowed_origins

Defined in

libs/sdk-core/src/lib/db/kb/kb.models.ts:28


description

Optional description: string

Inherited from

IKnowledgeBoxCreation.description

Defined in

libs/sdk-core/src/lib/db/kb/kb.models.ts:25


hidden_resources_enabled

Optional hidden_resources_enabled: boolean

Inherited from

IKnowledgeBoxCreation.hidden_resources_enabled

Defined in

libs/sdk-core/src/lib/db/kb/kb.models.ts:30


hidden_resources_hide_on_creation

Optional hidden_resources_hide_on_creation: boolean

Inherited from

IKnowledgeBoxCreation.hidden_resources_hide_on_creation

Defined in

libs/sdk-core/src/lib/db/kb/kb.models.ts:31


id

id: string

Inherited from

IKnowledgeBoxCreation.id

Defined in

libs/sdk-core/src/lib/db/kb/kb.models.ts:21


role_on_kb

Optional role_on_kb: KBRoles

Defined in

libs/sdk-core/src/lib/db/kb/kb.models.ts:35


search_configs

Optional search_configs: Object

Index signature

▪ [key: string]: any

Inherited from

IKnowledgeBoxCreation.search_configs

Defined in

libs/sdk-core/src/lib/db/kb/kb.models.ts:29


slug

slug: string

Inherited from

IKnowledgeBoxCreation.slug

Defined in

libs/sdk-core/src/lib/db/kb/kb.models.ts:22


state

Optional state: KBStates

Inherited from

IKnowledgeBoxCreation.state

Defined in

libs/sdk-core/src/lib/db/kb/kb.models.ts:24


title

title: string

Inherited from

IKnowledgeBoxCreation.title

Defined in

libs/sdk-core/src/lib/db/kb/kb.models.ts:23


uuid

Optional uuid: string

Inherited from

IKnowledgeBoxCreation.uuid

Defined in

libs/sdk-core/src/lib/db/kb/kb.models.ts:27


zone

zone: string

Inherited from

IKnowledgeBoxCreation.zone

Defined in

libs/sdk-core/src/lib/db/kb/kb.models.ts:26