Skip to content

@sibilance.is/client v0.1.0-alpha.4


@sibilance.is/client / index / SurveyStep

Interface: SurveyStep

Defined in: CmdPr/sibilance/client/src/types.ts:14

Survey step definition parsed from markdown.

Each step represents a single question, decision point, or action in the survey flow.

Properties

PropertyTypeDefined in
idstringCmdPr/sibilance/client/src/types.ts:15
labelstringCmdPr/sibilance/client/src/types.ts:16
script?stringCmdPr/sibilance/client/src/types.ts:17
type?stringCmdPr/sibilance/client/src/types.ts:18
notes?stringCmdPr/sibilance/client/src/types.ts:19
metadata?anyCmdPr/sibilance/client/src/types.ts:20