Skip to content

@sqlrooms/room-store / BaseRoomConfig

Type Alias: BaseRoomConfig

BaseRoomConfig: object

Type declaration

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