Interface BooleanMethodResult

interface BooleanMethodResult {
    label?: string;
    title?: string;
    type: "boolean";
    value: boolean;
}

Hierarchy (view full)

Properties

Properties

label?: string
title?: string
type: "boolean"
value: boolean