Hierarchy (View Summary)

Constructors

Properties

class_name: string

Place class name of the driver

commit: string

Version of the driver logic to use

created_at: number

Unix epoch in seconds of the creation time of the object

default_port: number

Default port number for the driver

default_uri: string

Default URI for the driver

description: string

Description of the driver functionality

file_name: string

Name of the file from the repository to load the driver logic from

id: string

Unique Identifier of the object

ignore_connected: boolean

Ignore connection issues

module_name: string

Name to use for modules that inherit this driver

name: string

Human readable name of the object

repository_id: string

ID of the repository the driver is from

Role of the driver in engine

settings: [
    null
    | PlaceSettings,
    null | PlaceSettings,
    null | PlaceSettings,
    null | PlaceSettings,
]

Tuple of user settings of differring encryption levels for the driver

update_available: boolean

Whether newer version of driver is available

update_info?: { author: string; commit: string; date: string; message: string }
updated_at: number

Unix epoch in seconds of the creation time of the object

version: number

Version of the data

Methods