github.gettreeprops.recursive
Home > @runlightyear/github > GetTreeProps > recursive
GetTreeProps.recursive property
Setting this parameter to any value returns the objects or subtrees referenced by the tree specified in :tree_sha. For example, setting recursive to any of the following will enable returning objects or subtrees: 0, 1, "true", and "false". Omit this parameter to prevent recursively returning objects or subtrees.
Signature:recursive?: string | boolean | number;