Skip to main content

CreateKGViewTemplateParams

@codebolt/types


Interface: CreateKGViewTemplateParams

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:137

Properties

PropertyTypeDefined in
applicable_template_idsstring[]common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:140
description?stringcommon/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:139
limit?numbercommon/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:147
match?Record<string, any>common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:141
namestringcommon/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:138
orderBy?any[]common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:145
patterns?any[]common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:142
return?string[]common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:148
skip?numbercommon/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:146
where?any[]common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:143
with?any[]common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:144