Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface LabelCreate

    interface LabelCreate {
        name: string;
        prefix: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the label, which will be shown in the UI.

    prefix: string

    The prefix for the label.