Data for a method's return type in MethodData#returns.

interface MethodReturnData {
    description: null | NodeContent;
    entityType: "methodReturn";
    type: string;
}

Hierarchy

Properties

description: null | NodeContent

The entity's description, if any.

entityType: "methodReturn"

The entity's type.

type: string

The return type.