UI Component Reference - v2.63.3
    Preparing search index...

    Interface ResourceDataTemplateQuery

    interface ResourceDataTemplateQuery {
        template: string;
    }
    Index

    Properties

    Properties

    template: string

    Template to be interpolated. The format should be Mustache, see the developer documentation for supported fields. Only 'agent' and 'asset' are supported at the moment.

    If omitted, an empty object is returned.