API Docs for: 1.0.0
Show:

LabelTemplateData Class

Represents the structure used to build label from a template.

Constructor

LabelTemplateData

(
  • key
  • value
)

Parameters:

  • key String

    The name of the template placeholder that will be subsequently replaced by a value.

  • value String

    The value tol be used instead of placeholder.

Item Index

Properties

Properties

key

String

Gets key.

value

String

Gets value.