Jira.js - Jira Cloud API library
    Preparing search index...

    Interface SimpleLink

    Details about the operations available in this version.

    interface SimpleLink {
        href?: string;
        iconClass?: string;
        id?: string;
        label?: string;
        styleClass?: string;
        title?: string;
        weight?: number;
    }
    Index

    Properties

    href?: string
    iconClass?: string
    id?: string
    label?: string
    styleClass?: string
    title?: string
    weight?: number