Hierarchy

  • Property

Index

Properties

Properties

default

default: null | string | number | boolean

The default value for this configuration property. If no custom configuration has been set in the acklo UI, or if the application using the SDK fails to connect to the acklo servers, this default value will be used instead.

example

true

id

id: string

Identifies this configuration property.

example

new_header

Optional name

name: string

A human readable name for this configuration property.

This will appear on the acklo dashboard.

example

New header

type

type: Type

The type of configuration property this is (i.e. boolean, string, number, etc).

Possible values are:

  • boolean
  • string
  • number
example

string

Generated using TypeDoc