MakeCode Embed
    Preparing search index...

    Interface SnippetGoToOptions

    interface SnippetGoToOptions {
        parameters?: SnippetParameters[];
        question?: number;
        validate?: {
            regex?: {
                match?: SnippetParameters;
                noMatch?: SnippetParameters;
                regex: string;
                token: string;
            };
        };
    }
    Index
    parameters?: SnippetParameters[]
    question?: number
    validate?: {
        regex?: {
            match?: SnippetParameters;
            noMatch?: SnippetParameters;
            regex: string;
            token: string;
        };
    }