Skip to content

@sqlrooms/room-config / BaseRoomConfig

Type Alias: BaseRoomConfig

BaseRoomConfig: object

Type declaration

NameType
titlestring
description?null | string
layout{ type: "mosaic"; nodes: null | string | MosaicLayoutParent; pinned: string[]; fixed: string[]; }
dataSources({ tableName: string; type: "file"; fileName: string; loadOptions: objectOutputType<object & object & object, ZodUnknown, "strip"> | objectOutputType<object & object, ZodUnknown, "strip">; } | { tableName: string; type: "url"; url: string; loadOptions: objectOutputType<object & object & object, ZodUnknown, "strip"> | objectOutputType<object & object, ZodUnknown, "strip">; httpMethod: string; headers: Record<string, string>; } | { tableName: string; type: "sql"; sqlQuery: string; })[]