buildPlaygroundDemoPipeTemplate
No documentation has been provided.
Presentation
function buildPlaygroundDemoPipeTemplate (
template: string,
name: string,
content: Record<string, string>,
inputs?: Record<string, string> | undefined,
preview: boolean = true,
): string;
Returns
string
Parameters
Name | Type | Description |
---|---|---|
template | string | @param template |
name | string | @param name |
content | Record<string, string> | @param content |
inputs | Record<string, string> | undefined | @param inputs |
preview | boolean | @param preview |