This resolves to a string, where parts can be defined by the datastore

Hierarchy

  • TemplateString

Properties

Properties

args?: {
    [k: string]: any;
}

Values for the arguments in the key string. Example: { searchString: "TSR" }

Type declaration

  • [k: string]: any
key: string

The string template. Example: "http://google.com?q={{searchString}}"

Generated using TypeDoc