Home Reference Source Repository
public class | source

Tags

Swagger Tags

Member Summary

Public Members
public

data: array

Store the tags data

Method Summary

Public Methods
public

Return the total number of tags

public

walk(callback: function(index: number, tag: Tag)): Tags

Walk through all tags

Public Members

public data: array source

Store the tags data

Public Methods

public total(): number source

Return the total number of tags

Return:

number

public walk(callback: function(index: number, tag: Tag)): Tags source

Walk through all tags

Params:

NameTypeAttributeDescription
callback function(index: number, tag: Tag)

function to exectute for each tag element.

Return:

Tags