Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a variable for a content template. See ContentTemplate.variables.

Hierarchy

  • ContentTemplateVariable

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly name

name: string

Readonly value

value: string

Methods

copyWithValue

  • Copies the variable with a new value.

    Parameters

    • value: string

      The new value for the variable.

    Returns ContentTemplateVariable