Signature
Import
Properties
Signature
access: 'direct' | 'proxy';
basicAuth property
This is the full Authorization header if basic auth is enabled. Only available here when access is Browser (direct), when access is Server (proxy) The basic auth header, username & password is never exposed to browser/Frontend so this will be empty then.
database property
Signature
id property
Signature
Signature
isDefault?: boolean;
jsonData property
Signature
jsonData: T;
meta property
Signature
meta: DataSourcePluginMeta;
name property
name: string;
Signature
type property
Signature
type: string;
uid property
Signature
uid: string;
url property
Signature
Signature
username?: string;