ic-reactor
    Preparing search index...

    Interface BooleanMethodResult

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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