Notion Helper - v1.3.29
    Preparing search index...

    Function createMeta

    • Creates a data source template object.

      Parameters

      • templateChoice: string | Object

        The template to use for the page. Can be:

        • A fully-formed template object, e.g.: { type: "template_id", template_id: "your-template-id" }
        • A string value:
          • "none": Do not use a template.
          • "default": Use the default template, if available.
          • A valid template page ID (a valid UUID string).

      Returns Object

      A data source template metadata object.