Skip to main content

WalkthroughInput

type

The shape you pass to walkthrough. `TId` pins the walkthrough's own id to a literal so other code can refer to it without repeating the string.

type WalkthroughInput<TId extends string> = Walkthrough<TId>

Import

import { WalkthroughInput } from '@modular/sdk';

Notes

category
Authoring