DocsFunction

data class DocsFunction(val name: String, val parameters: List<DocsParameter>, val isLikelyChained: Boolean)

A function in a documentation file.

Parameters

name

the name of the function

parameters

the parameters of the function

isLikelyChained

whether the function is likely to be chained

Constructors

Link copied to clipboard
constructor(name: String, parameters: List<DocsParameter>, isLikelyChained: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard