App.accessRule
  • References/JavaScript/Meteor/mobile-config.js

App.accessRule(pattern, [options]) Set a new access rule based on origin domain for your app. By default your application

2025-01-10 15:47:30
Template.parentData
  • References/JavaScript/Meteor/Templates

Client Template.parentData([numLevels]) import { Template } from

2025-01-10 15:47:30
template.find
  • References/JavaScript/Meteor/Templates

Client template.find(selector)

2025-01-10 15:47:30
Session.setDefault
  • References/JavaScript/Meteor/Session

Client Session.setDefault(key, value) import { Session } from

2025-01-10 15:47:30
oauth-encryption
  • References/JavaScript/Meteor/Packages

oauth-encryption Encrypts sensitive login secrets stored in the database such as a login service's application secret key and

2025-01-10 15:47:30
computation.invalidate
  • References/JavaScript/Meteor/Tracker

Client computation.invalidate()

2025-01-10 15:47:30
meteor list
  • References/JavaScript/Meteor/Command line

meteor list Lists all the packages that you have added to your project. For each package, lists the version that you are using. Lets you know

2025-01-10 15:47:30
EJSON.newBinary
  • References/JavaScript/Meteor/EJSON

Anywhere EJSON.newBinary import { EJSON } from 'meteor/ejson'

2025-01-10 15:47:30
Blaze.renderWithData
  • References/JavaScript/Meteor/Blaze

Client Blaze.renderWithData(templateOrView, data, parentNode, [nextNode], [parentView])

2025-01-10 15:47:30
App.icons
  • References/JavaScript/Meteor/mobile-config.js

App.icons(icons) Set the icons for your mobile app. Arguments

2025-01-10 15:47:30