Package version:

Interface NotebookParameter

Notebook parameter.

interface NotebookParameter {
    type?: string;
    value?: any;
}

Properties

Properties

type?: string

Notebook parameter type.

value?: any

Notebook parameter value. Type: string (or Expression with resultType string).