Skip to content

ITemplateOptions

ROS template options for a stack.

Properties

Name Type Description
description string Gets or sets the description of this stack.
metadata {[ key: string ]: any} Metadata associated with the ROS template.

descriptionOptional

public readonly description: string;
  • Type: string

Gets or sets the description of this stack.

If provided, it will be included in the ROS template's "Description" attribute.


metadataOptional

public readonly metadata: {[ key: string ]: any};
  • Type: {[ key: string ]: any}

Metadata associated with the ROS template.