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

App.launchScreens(launchScreens) Set the launch screen images for your mobile app. Arguments

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

meteor search Searches for Meteor packages and releases, whose names contain the specified regular expression.

2025-01-10 15:47:30
api.use
  • References/JavaScript/Meteor/package.js

package.js api.use(packageNames, [architecture], [options])

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

spacebars Spacebars is a Meteor template language inspired by Handlebars

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

meteor shell When meteor shell is executed in an application directory where a server is already running, it connects to the server

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

Client Tracker.nonreactive(func) import { Tracker } from 'me

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

meteor lint Run through the whole build process for the app and run all linters the app uses. Outputs all build errors or linting warnings to

2025-01-10 15:47:30
Meteor.isCordova
  • References/JavaScript/Meteor/Core

Anywhere Meteor.isCordova import { Meteor } from 'meteor/meteor'

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

Template instances A template instance object represents an occurrence of a template in the document. It can be used to access

2025-01-10 15:47:30
AccountsCommon#onLoginFailure
  • References/JavaScript/Meteor/Accounts (multi-server)

Anywhere accountsClientOrServer.onLoginFailure(func)

2025-01-10 15:47:30