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