ITemplateOptions
- Implemented By: 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. |
description
Optional
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.
metadata
Optional
public readonly metadata: {[ key: string ]: any};
- Type: {[ key: string ]: any}
Metadata associated with the ROS template.