NotebookParameter interface

Notebook parameter.

Properties

type

Notebook parameter type.

value

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

Property Details

type

Notebook parameter type.

type?: string

Property Value

string

value

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

value?: any

Property Value

any