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

    Interface MacroInstance

    interface MacroInstance {
        _links?: GenericLinks;
        body?: string;
        name?: string;
        parameters?: {};
    }
    Index

    Properties

    _links?: GenericLinks
    body?: string
    name?: string
    parameters?: {}