interface GetContentLabels {
    id: string | number;
    limit?: number;
    prefix?: string;
    start?: number;
}

Properties

Properties

id: string | number
limit?: number

The limit of the number of labels to return, this may be restricted by fixed system limits

prefix?: string

The prefixes to filter the labels with Label.Prefix

start?: number

The start point of the collection to return

Generated using TypeDoc v0.25.12