Skip to content

[F] getReturnsDocData

function getReturnsDocData(program, target): DocData | undefined;

Get the documentation information for the return success types of an operation. In most cases you probably just want to use getReturnsDoc

ParameterTypeDescription
programProgramProgram
targetOperationType

DocData | undefined

Doc data with source information.