A custom-helper row for the settings list.

interface HelperRow {
    name: string;
    signature: string;
}

Properties

Properties

name: string

The helper name (as called from an expression).

signature: string

A display signature, e.g. addOne(n) or now().