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
string
Parameters
Name | Type | Description |
---|---|---|
template | string | |
selector | string | |
content | Record<string, string> | |
inputs | Record<string, string> | undefined | |
preview | boolean |