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 | |
name | string | |
content | Record<string, string> | |
inputs | Record<string, string> | undefined | |
preview | boolean |