Kind: Interface
Source: atloria-monorepo/packages/editor/src/plugins/sandpack/index.tsx
Defines a single preset that can be used to create a Sandpack sandbox.
Properties
| Property | Type |
|---|---|
name | string |
label | `string |
meta | string |
sandpackTemplate | SandpackProviderProps['template'] |
sandpackTheme | SandpackProviderProps['theme'] |
snippetFileName | string |
dependencies | Record<string, string> |
files | Record<string, string> |
snippetLanguage | string |
initialSnippetContent | string |
Was this page helpful?