mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
673 lines
35 KiB
YAML
673 lines
35 KiB
YAML
title: Meteor API Docs
|
|
subtitle: API Docs
|
|
versions:
|
|
- '2.16'
|
|
- '2.14'
|
|
- '2.13'
|
|
- '2.12'
|
|
- '2.11'
|
|
- '2.10'
|
|
- '2.9'
|
|
- '2.8'
|
|
- '2.7'
|
|
- '2.6'
|
|
- '2.5'
|
|
- '2.4'
|
|
- '2.3'
|
|
- '2.2'
|
|
- '2.1'
|
|
- '2.0'
|
|
- '1.12'
|
|
- '1.11'
|
|
- '1.10'
|
|
- '1.9'
|
|
- '1.8'
|
|
- '1.7'
|
|
- '1.6'
|
|
- '1.5'
|
|
- '1.4'
|
|
- '1.3'
|
|
versioned-netlify-redirects:
|
|
netlify_site_id: meteor-docs
|
|
|
|
logo:
|
|
title: Meteor
|
|
subtitle: API Docs
|
|
|
|
sidebar_categories:
|
|
null:
|
|
- index
|
|
- changelog
|
|
- install
|
|
- roadmap
|
|
API:
|
|
- api/core
|
|
- api/pubsub
|
|
- api/methods
|
|
- api/check
|
|
- api/connections
|
|
- api/collections
|
|
- api/session
|
|
- api/accounts
|
|
- api/accounts-multi
|
|
- api/passwords
|
|
- api/templates
|
|
- api/blaze
|
|
- api/timers
|
|
- api/tracker
|
|
- api/reactive-var
|
|
- api/reactive-dict
|
|
- api/ejson
|
|
- api/http
|
|
- api/email
|
|
- api/assets
|
|
- api/packagejs
|
|
- api/mobile-config
|
|
- api/environment
|
|
- api/top-level-await
|
|
Packages:
|
|
- packages/accounts-ui
|
|
- packages/accounts-passwordless
|
|
- packages/accounts-2fa
|
|
- packages/appcache
|
|
- packages/audit-argument-checks
|
|
- packages/autoupdate
|
|
- packages/browser-policy
|
|
- packages/bundle-visualizer
|
|
- packages/coffeescript
|
|
- packages/dynamic-import
|
|
- packages/ecmascript
|
|
- packages/fetch
|
|
- packages/hot-module-replacement
|
|
- packages/less
|
|
- packages/logging
|
|
- packages/markdown
|
|
- packages/modules
|
|
- packages/oauth-encryption
|
|
- packages/random
|
|
- packages/server-render
|
|
- packages/spacebars
|
|
- packages/standard-minifier-css
|
|
- packages/url
|
|
- packages/webapp
|
|
- packages/packages-listing
|
|
Command Line:
|
|
- commandline
|
|
- environment-variables
|
|
- using-core-types
|
|
Troubleshooting:
|
|
- expired-certificate
|
|
- windows
|
|
- known-issues
|
|
github_repo: 'meteor/meteor'
|
|
edit_branch: 'devel'
|
|
edit_path: 'docs'
|
|
|
|
nav_links:
|
|
'API Docs':
|
|
active: true
|
|
|
|
url: http://docs.meteor.com/
|
|
root: /
|
|
|
|
api_box:
|
|
data_file: 'data/data.js'
|
|
marked:
|
|
breaks: false
|
|
|
|
# Redirects. This was generated by conversion/convert-toc-redirects.js
|
|
# NOTE that scripts/old-redirects runs FIRST before this more static mapping
|
|
redirects:
|
|
/#/full/meteor_isclient: 'api/core.html#Meteor-isClient'
|
|
/#/full/meteor_isserver: 'api/core.html#Meteor-isServer'
|
|
/#/full/meteor_iscordova: 'api/core.html#Meteor-isCordova'
|
|
/#/full/meteor-isdevelopment: 'api/core.html#meteor-isdevelopment'
|
|
/#/full/meteor-isproduction: 'api/core.html#meteor-isproduction'
|
|
/#/full/meteor_startup: 'api/core.html#Meteor-startup'
|
|
/#/full/meteor_wrapasync: 'api/core.html#Meteor-wrapAsync'
|
|
/#/full/meteor.defer: 'api/core.html#meteor-defer'
|
|
/#/full/meteor_absoluteurl: 'api/core.html#Meteor-absoluteUrl'
|
|
/#/full/meteor_settings: 'api/core.html#Meteor-settings'
|
|
/#/full/meteor_release: 'api/core.html#Meteor-release'
|
|
/#/full/meteor_publish: 'api/pubsub.html#Meteor-publish'
|
|
/#/full/publish_userid: 'api/pubsub.html#publish_userid'
|
|
/#/full/publish_added: 'api/pubsub.html#Subscription-added'
|
|
/#/full/publish_changed: 'api/pubsub.html#Subscription-changed'
|
|
/#/full/publish_removed: 'api/pubsub.html#Subscription-removed'
|
|
/#/full/publish_ready: 'api/pubsub.html#Subscription-ready'
|
|
/#/full/publish_onstop: 'api/pubsub.html#Subscription-onStop'
|
|
/#/full/publish_error: 'api/pubsub.html#Subscription-error'
|
|
/#/full/publish_stop: 'api/pubsub.html#Subscription-stop'
|
|
/#/full/publish_connection: 'api/pubsub.html#Subscription-connection'
|
|
/#/full/meteor_subscribe: 'api/pubsub.html#Meteor-subscribe'
|
|
/#/full/ddpratelimiter: 'api/methods.html#ddpratelimiter'
|
|
/#/full/meteor_methods: 'api/methods.html#Meteor-methods'
|
|
/#/full/method_userid: 'api/methods.html#method_userid'
|
|
/#/full/method_setuserid: 'api/methods.html#method_setuserid'
|
|
/#/full/method_issimulation: 'api/methods.html#DDPCommon-MethodInvocation-isSimulation'
|
|
/#/full/method_unblock: 'api/methods.html#DDPCommon-MethodInvocation-unblock'
|
|
/#/full/method_connection: 'api/methods.html#DDPCommon-MethodInvocation-connection'
|
|
/#/full/meteor_error: 'api/methods.html#Meteor-Error'
|
|
/#/full/meteor_call: 'api/methods.html#Meteor-call'
|
|
/#/full/meteor_apply: 'api/methods.html#Meteor-apply'
|
|
/#/full/check: 'api/check.html#check'
|
|
/#/full/match_test: 'api/check.html#Match-test'
|
|
/#/full/match patterns: 'api/check.html#match patterns'
|
|
/#/full/meteor_status: 'api/connections.html#Meteor-status'
|
|
/#/full/meteor_reconnect: 'api/connections.html#Meteor-reconnect'
|
|
/#/full/meteor_disconnect: 'api/connections.html#Meteor-disconnect'
|
|
/#/full/meteor_onconnection: 'api/connections.html#Meteor-onConnection'
|
|
/#/full/ddp_connect: 'api/connections.html#DDP-connect'
|
|
/#/full/mongo_collection: 'api/collections.html#Mongo-Collection'
|
|
/#/full/find: 'api/collections.html#Mongo-Collection-find'
|
|
/#/full/findone: 'api/collections.html#Mongo-Collection-findOne'
|
|
/#/full/insert: 'api/collections.html#Mongo-Collection-insert'
|
|
/#/full/update: 'api/collections.html#Mongo-Collection-update'
|
|
/#/full/upsert: 'api/collections.html#Mongo-Collection-upsert'
|
|
/#/full/remove: 'api/collections.html#Mongo-Collection-remove'
|
|
/#/full/allow: 'api/collections.html#Mongo-Collection-allow'
|
|
/#/full/deny: 'api/collections.html#Mongo-Collection-deny'
|
|
/#/full/mongo-collection-rawcollection: 'api/collections.html#mongo-collection-rawcollection'
|
|
/#/full/mongo-collection-rawdatabase: 'api/collections.html#mongo-collection-rawdatabase'
|
|
/#/full/mongo.cursor: 'api/collections.html#mongo-cursor'
|
|
/#/full/foreach: 'api/collections.html#Mongo-Cursor-forEach'
|
|
/#/full/map: 'api/collections.html#Mongo-Cursor-map'
|
|
/#/full/fetch: 'api/collections.html#Mongo-Cursor-fetch'
|
|
/#/full/count: 'api/collections.html#Mongo-Cursor-count'
|
|
/#/full/observe: 'api/collections.html#Mongo-Cursor-observe'
|
|
/#/full/observe_changes: 'api/collections.html#Mongo-Cursor-observeChanges'
|
|
/#/full/mongo_object_id: 'api/collections.html#Mongo-ObjectID'
|
|
/#/full/selectors: 'api/collections.html#selectors'
|
|
/#/full/modifiers: 'api/collections.html#modifiers'
|
|
/#/full/sort specifiers: 'api/collections.html#sort specifiers'
|
|
/#/full/field specifiers: 'api/collections.html#field specifiers'
|
|
/#/full/session_set: 'api/session.html#Session-set'
|
|
/#/full/session_set_default: 'api/session.html#Session-setDefault'
|
|
/#/full/session_get: 'api/session.html#Session-get'
|
|
/#/full/session_equals: 'api/session.html#Session-equals'
|
|
/#/full/meteor_user: 'api/accounts.html#Meteor-user'
|
|
/#/full/meteor_userid: 'api/accounts.html#Meteor-userId'
|
|
/#/full/meteor_users: 'api/accounts.html#Meteor-users'
|
|
/#/full/meteor_loggingin: 'api/accounts.html#Meteor-loggingIn'
|
|
/#/full/meteor_logout: 'api/accounts.html#Meteor-logout'
|
|
/#/full/meteor_logoutotherclients: 'api/accounts.html#Meteor-logoutOtherClients'
|
|
/#/full/meteor_loginwithpassword: 'api/accounts.html#Meteor-loginWithPassword'
|
|
/#/full/meteor_loginwithexternalservice: 'api/accounts.html#Meteor-loginWith<ExternalService>'
|
|
/#/full/template_currentuser: 'api/accounts.html#currentUser'
|
|
/#/full/template_loggingin: 'api/accounts.html#loggingIn'
|
|
/#/full/accounts_ui_config: 'api/accounts.html#Accounts-ui-config'
|
|
/#/full/accountsclient: 'api/accounts-multi.html#AccountsClient'
|
|
/#/full/accountsserver: 'api/accounts-multi.html#AccountsServer'
|
|
/#/full/accounts_userid: 'api/accounts-multi.html#AccountsCommon-userId'
|
|
/#/full/accounts_user: 'api/accounts-multi.html#AccountsCommon-user'
|
|
/#/full/accounts_config: 'api/accounts-multi.html#AccountsCommon-config'
|
|
/#/full/accounts_onlogin: 'api/accounts-multi.html#AccountsCommon-onLogin'
|
|
/#/full/accounts_onloginfailure: 'api/accounts-multi.html#AccountsCommon-onLoginFailure'
|
|
/#/full/accounts_loggingin: 'api/accounts-multi.html#AccountsClient-loggingIn'
|
|
/#/full/accounts_logout: 'api/accounts-multi.html#AccountsClient-logout'
|
|
/#/full/accounts_logoutotherclients: 'api/accounts-multi.html#AccountsClient-logoutOtherClients'
|
|
/#/full/accounts_oncreateuser: 'api/accounts-multi.html#AccountsServer-onCreateUser'
|
|
/#/full/accounts_validateloginattempt: 'api/accounts-multi.html#AccountsServer-validateLoginAttempt'
|
|
/#/full/accounts_validatenewuser: 'api/accounts-multi.html#AccountsServer-validateNewUser'
|
|
/#/full/accounts_createuser: 'api/passwords.html#Accounts-createUser'
|
|
/#/full/accounts-setusername: 'api/passwords.html#accounts-setusername'
|
|
/#/full/accounts-addemail: 'api/passwords.html#accounts-addemail'
|
|
/#/full/accounts-removeemail: 'api/passwords.html#accounts-removeemail'
|
|
/#/full/accounts_replaceemail: 'api/passwords.html#Accounts-replaceEmail'
|
|
/#/full/accounts_verifyemail: 'api/passwords.html#Accounts-verifyEmail'
|
|
/#/full/accounts-finduserbyusername: 'api/passwords.html#accounts-finduserbyusername'
|
|
/#/full/accounts-finduserbyemail: 'api/passwords.html#accounts-finduserbyemail'
|
|
/#/full/accounts_changepassword: 'api/passwords.html#Accounts-changePassword'
|
|
/#/full/accounts_forgotpassword: 'api/passwords.html#Accounts-forgotPassword'
|
|
/#/full/accounts_resetpassword: 'api/passwords.html#Accounts-resetPassword'
|
|
/#/full/accounts_setpassword: 'api/passwords.html#Accounts-setPassword'
|
|
/#/full/accounts_sendresetpasswordemail: 'api/passwords.html#Accounts-sendResetPasswordEmail'
|
|
/#/full/accounts_sendenrollmentemail: 'api/passwords.html#Accounts-sendEnrollmentEmail'
|
|
/#/full/accounts_sendverificationemail: 'api/passwords.html#Accounts-sendVerificationEmail'
|
|
/#/full/accounts-onresetpasswordlink: 'api/passwords.html#accounts-onresetpasswordlink'
|
|
/#/full/accounts-onenrollmentlink: 'api/passwords.html#accounts-onenrollmentlink'
|
|
/#/full/accounts-onemailverificationlink: 'api/passwords.html#accounts-onemailverificationlink'
|
|
/#/full/accounts_emailtemplates: 'api/passwords.html#Accounts-emailTemplates'
|
|
/#/full/templates_api: 'api/templates.html#templates_api'
|
|
/#/full/template_events: 'api/templates.html#Template-events'
|
|
/#/full/template_helpers: 'api/templates.html#Template-helpers'
|
|
/#/full/template_onrendered: 'api/templates.html#template_onrendered'
|
|
/#/full/template_oncreated: 'api/templates.html#template_oncreated'
|
|
/#/full/template_ondestroyed: 'api/templates.html#template_ondestroyed'
|
|
/#/full/template_inst: 'api/templates.html#template_inst'
|
|
/#/full/template_findall: 'api/templates.html#template_findall'
|
|
/#/full/template_$: 'api/templates.html#Blaze-TemplateInstance-$'
|
|
/#/full/template_find: 'api/templates.html#Blaze-TemplateInstance-find'
|
|
/#/full/template_firstnode: 'api/templates.html#template_firstnode'
|
|
/#/full/template_lastnode: 'api/templates.html#template_lastnode'
|
|
/#/full/template_data: 'api/templates.html#Blaze-TemplateInstance-data'
|
|
/#/full/template_autorun: 'api/templates.html#Blaze-TemplateInstance-autorun'
|
|
/#/full/blaze-templateinstance-subscribe: 'api/templates.html#blaze-templateinstance-subscribe'
|
|
/#/full/template_view: 'api/templates.html#Blaze-TemplateInstance-view'
|
|
/#/full/template_registerhelper: 'api/templates.html#Template-registerHelper'
|
|
/#/full/template_instance: 'api/templates.html#Template-instance'
|
|
/#/full/template_currentdata: 'api/templates.html#Template-currentData'
|
|
/#/full/template_parentdata: 'api/templates.html#Template-parentData'
|
|
/#/full/template_body: 'api/templates.html#Template-body'
|
|
/#/full/template_dynamic: 'api/templates.html#Template-dynamic'
|
|
/#/full/event maps: 'api/templates.html#event maps'
|
|
/#/full/spacebars: 'api/templates.html#spacebars'
|
|
/#/full/blaze_render: 'api/blaze.html#Blaze-render'
|
|
/#/full/blaze_renderwithdata: 'api/blaze.html#Blaze-renderWithData'
|
|
/#/full/blaze_remove: 'api/blaze.html#Blaze-remove'
|
|
/#/full/blaze_getdata: 'api/blaze.html#Blaze-getData'
|
|
/#/full/blaze_tohtml: 'api/blaze.html#Blaze-toHTML'
|
|
/#/full/blaze_tohtmlwithdata: 'api/blaze.html#Blaze-toHTMLWithData'
|
|
/#/full/blaze_view: 'api/blaze.html#Blaze-View'
|
|
/#/full/blaze_currentview: 'api/blaze.html#Blaze-currentView'
|
|
/#/full/blaze_getview: 'api/blaze.html#Blaze-getView'
|
|
/#/full/blaze_with: 'api/blaze.html#Blaze-With'
|
|
/#/full/blaze_if: 'api/blaze.html#Blaze-If'
|
|
/#/full/blaze_unless: 'api/blaze.html#Blaze-Unless'
|
|
/#/full/blaze_each: 'api/blaze.html#Blaze-Each'
|
|
/#/full/blaze_template: 'api/blaze.html#Blaze-Template'
|
|
/#/full/blaze_istemplate: 'api/blaze.html#Blaze-isTemplate'
|
|
/#/full/renderable_content: 'api/blaze.html#renderable_content'
|
|
/#/full/meteor_settimeout: 'api/timers.html#Meteor-setTimeout'
|
|
/#/full/meteor_setinterval: 'api/timers.html#Meteor-setInterval'
|
|
/#/full/meteor_cleartimeout: 'api/timers.html#Meteor-clearTimeout'
|
|
/#/full/meteor_clearinterval: 'api/timers.html#Meteor-clearInterval'
|
|
/#/full/tracker_autorun: 'api/tracker.html#Tracker-autorun'
|
|
/#/full/tracker_flush: 'api/tracker.html#Tracker-flush'
|
|
/#/full/tracker_nonreactive: 'api/tracker.html#Tracker-nonreactive'
|
|
/#/full/tracker_active: 'api/tracker.html#Tracker-active'
|
|
/#/full/tracker_currentcomputation: 'api/tracker.html#Tracker-currentComputation'
|
|
/#/full/tracker_oninvalidate: 'api/tracker.html#Tracker-onInvalidate'
|
|
/#/full/tracker_afterflush: 'api/tracker.html#Tracker-afterFlush'
|
|
/#/full/tracker.computation: 'api/tracker.html#tracker-computation'
|
|
/#/full/computation_stop: 'api/tracker.html#Tracker-Computation-stop'
|
|
/#/full/computation_invalidate: 'api/tracker.html#Tracker-Computation-invalidate'
|
|
/#/full/computation_oninvalidate: 'api/tracker.html#Tracker-Computation-onInvalidate'
|
|
/#/full/computation_onstop: 'api/tracker.html#Tracker-Computation-onStop'
|
|
/#/full/computation_stopped: 'api/tracker.html#Tracker-Computation-stopped'
|
|
/#/full/computation_invalidated: 'api/tracker.html#Tracker-Computation-invalidated'
|
|
/#/full/computation_firstrun: 'api/tracker.html#Tracker-Computation-firstRun'
|
|
/#/full/tracker.dependency: 'api/tracker.html#tracker-dependency'
|
|
/#/full/dependency_changed: 'api/tracker.html#Tracker-Dependency-changed'
|
|
/#/full/dependency_depend: 'api/tracker.html#Tracker-Dependency-depend'
|
|
/#/full/dependency_hasdependents: 'api/tracker.html#Tracker-Dependency-hasDependents'
|
|
/#/full/reactivevar: 'api/reactivevar.html#ReactiveVar'
|
|
/#/full/reactivevar_get: 'api/reactivevar.html#ReactiveVar-get'
|
|
/#/full/reactivevar_set: 'api/reactivevar.html#ReactiveVar-set'
|
|
/#/full/ejson_parse: 'api/ejson.html#EJSON-parse'
|
|
/#/full/ejson_stringify: 'api/ejson.html#EJSON-stringify'
|
|
/#/full/ejson_from_json_value: 'api/ejson.html#EJSON-fromJSONValue'
|
|
/#/full/ejson_to_json_value: 'api/ejson.html#EJSON-toJSONValue'
|
|
/#/full/ejson_equals: 'api/ejson.html#EJSON-equals'
|
|
/#/full/ejson_clone: 'api/ejson.html#EJSON-clone'
|
|
/#/full/ejson_new_binary: 'api/ejson.html#EJSON-newBinary'
|
|
/#/full/ejson_is_binary: 'api/ejson.html#EJSON-isBinary'
|
|
/#/full/ejson_add_type: 'api/ejson.html#EJSON-addType'
|
|
/#/full/ejson_type_typename: 'api/ejson.html#ejson_type_typename'
|
|
/#/full/ejson_type_tojsonvalue: 'api/ejson.html#ejson_type_tojsonvalue'
|
|
/#/full/ejson_type_clone: 'api/ejson.html#EJSON-CustomType-clone'
|
|
/#/full/ejson_type_equals: 'api/ejson.html#EJSON-CustomType-equals'
|
|
/#/full/http_call: 'api/http.html#HTTP-call'
|
|
/#/full/http_get: 'api/http.html#HTTP-get'
|
|
/#/full/http_post: 'api/http.html#HTTP-post'
|
|
/#/full/http_put: 'api/http.html#HTTP-put'
|
|
/#/full/http_del: 'api/http.html#HTTP-del'
|
|
/#/full/email_send: 'api/email.html#Email-send'
|
|
/#/full/assets_gettext: 'api/assets.html#assets_gettext'
|
|
/#/full/assets_getbinary: 'api/assets.html#assets_getbinary'
|
|
/#/full/packagedescription: 'api/packagejs.html#packagedescription'
|
|
/#/full/packagedefinition: 'api/packagejs.html#packagedefinition'
|
|
/#/full/pack_versions: 'api/packagejs.html#PackageAPI-versionsFrom'
|
|
/#/full/pack_use: 'api/packagejs.html#PackageAPI-use'
|
|
/#/full/pack_api_imply: 'api/packagejs.html#PackageAPI-imply'
|
|
/#/full/pack_export: 'api/packagejs.html#PackageAPI-export'
|
|
/#/full/pack_addfiles: 'api/packagejs.html#pack_addfiles'
|
|
/#/full/packageapi-addassets: 'api/packagejs.html#packageapi-addassets'
|
|
/#/full/packagetests: 'api/packagejs.html#packagetests'
|
|
/#/full/npm-depends: 'api/packagejs.html#npm-depends'
|
|
/#/full/npm-require: 'api/packagejs.html#npm-require'
|
|
/#/full/cordova-depends: 'api/packagejs.html#cordova-depends'
|
|
/#/full/package-registerbuildplugin: 'api/packagejs.html#package-registerbuildplugin'
|
|
/#/full/plugin-registersourcehandler: 'api/packagejs.html#plugin-registersourcehandler'
|
|
/#/full/app-info: 'api/mobile-config.html#app-info'
|
|
/#/full/app-setpreference: 'api/mobile-config.html#app-setpreference'
|
|
/#/full/app-accessrule: 'api/mobile-config.html#app-accessrule'
|
|
/#/full/app-configureplugin: 'api/mobile-config.html#app-configureplugin'
|
|
/#/full/app-icons: 'api/mobile-config.html#app-icons'
|
|
/#/full/app-launchscreens: 'api/mobile-config.html#app-launchscreens'
|
|
/#/full/meteorhelp: 'commandline.html#meteorhelp'
|
|
/#/full/meteorrun: 'commandline.html#meteorrun'
|
|
/#/full/meteordebug: 'commandline.html#meteordebug'
|
|
/#/full/meteorcreate: 'commandline.html#meteorcreate'
|
|
/#/full/meteorloginlogout: 'commandline.html#meteorloginlogout'
|
|
/#/full/meteordeploy: 'commandline.html#meteordeploy'
|
|
/#/full/meteorupdate: 'commandline.html#meteorupdate'
|
|
/#/full/meteoradd: 'commandline.html#meteoradd'
|
|
/#/full/meteorremove: 'commandline.html#meteorremove'
|
|
/#/full/meteorlist: 'commandline.html#meteorlist'
|
|
/#/full/meteormongo: 'commandline.html#meteormongo'
|
|
/#/full/meteorreset: 'commandline.html#meteorreset'
|
|
/#/full/meteorbuild: 'commandline.html#meteorbuild'
|
|
/#/full/meteorlint: 'commandline.html#meteorlint'
|
|
/#/full/meteorsearch: 'commandline.html#meteorsearch'
|
|
/#/full/meteorshow: 'commandline.html#meteorshow'
|
|
/#/full/meteorpublish: 'commandline.html#meteorpublish'
|
|
/#/full/meteorpublishforarch: 'commandline.html#undefined'
|
|
/#/full/meteorpublishrelease: 'commandline.html#meteorpublishrelease'
|
|
/#/full/meteortestpackages: 'commandline.html#meteortestpackages'
|
|
/#/full/meteoradmin: 'commandline.html#meteoradmin'
|
|
/#/full/meteorshell: 'commandline.html#meteorshell'
|
|
/#/full/core: 'api/core.html'
|
|
/#/full/pubsub: 'api/pubsub.html'
|
|
/#/full/methods: 'api/methods.html'
|
|
/#/full/methods_header: 'api/methods.html'
|
|
/#/full/check_package: 'api/check.html'
|
|
/#/full/connections: 'api/connections.html'
|
|
/#/full/collections: 'api/collections.html'
|
|
/#/full/session: 'api/session.html'
|
|
/#/full/accounts: 'api/accounts.html'
|
|
/#/full/accounts_api: 'api/accounts.html'
|
|
/#/full/accounts-multi: 'api/accounts-multi.html'
|
|
/#/full/advanced_accounts_api: 'api/accounts-multi.html'
|
|
/#/full/passwords: 'api/passwords.html'
|
|
/#/full/accounts_passwords: 'api/passwords.html'
|
|
/#/full/templates: 'api/templates.html'
|
|
/#/full/blaze: 'api/blaze.html'
|
|
/#/full/timers: 'api/timers.html'
|
|
/#/full/tracker: 'api/tracker.html'
|
|
/#/full/reactivevar_pkg: 'api/reactivevar.html'
|
|
/#/full/ejson: 'api/ejson.html'
|
|
/#/full/http: 'api/http.html'
|
|
/#/full/email: 'api/email.html'
|
|
/#/full/assets: 'api/assets.html'
|
|
/#/full/packagejs: 'api/packagejs.html'
|
|
/#/full/mobile-config: 'api/mobile-config.html'
|
|
/#/full/appcache: 'packages/appcache.html'
|
|
/#/full/accounts-ui: 'packages/accounts-ui.html'
|
|
/#/full/audit-argument-checks: 'packages/audit-argument-checks.html'
|
|
/#/full/coffeescript: 'packages/coffeescript.html'
|
|
/#/full/ecmascript: 'packages/ecmascript.html'
|
|
/#/full/less: 'packages/less.html'
|
|
/#/full/markdown: 'packages/markdown.html'
|
|
/#/full/modules: 'packages/modules.html'
|
|
/#/full/oauth-encryption: 'packages/oauth-encryption.html'
|
|
/#/full/random: 'packages/random.html'
|
|
/#/full/spiderable: 'packages/spiderable.html'
|
|
/#/full/webapp: 'packages/webapp.html'
|
|
'#meteor_isclient': 'api/core.html#Meteor-isClient'
|
|
'#meteor_isserver': 'api/core.html#Meteor-isServer'
|
|
'#meteor_iscordova': 'api/core.html#Meteor-isCordova'
|
|
'#meteor-isdevelopment': 'api/core.html#meteor-isdevelopment'
|
|
'#meteor-isproduction': 'api/core.html#meteor-isproduction'
|
|
'#meteor_startup': 'api/core.html#Meteor-startup'
|
|
'#meteor_wrapasync': 'api/core.html#Meteor-wrapAsync'
|
|
'#meteor.defer': 'api/core.html#meteor-defer'
|
|
'#meteor_absoluteurl': 'api/core.html#Meteor-absoluteUrl'
|
|
'#meteor_settings': 'api/core.html#Meteor-settings'
|
|
'#meteor_release': 'api/core.html#Meteor-release'
|
|
'#meteor_publish': 'api/pubsub.html#Meteor-publish'
|
|
'#publish_userid': 'api/pubsub.html#publish_userid'
|
|
'#publish_added': 'api/pubsub.html#Subscription-added'
|
|
'#publish_changed': 'api/pubsub.html#Subscription-changed'
|
|
'#publish_removed': 'api/pubsub.html#Subscription-removed'
|
|
'#publish_ready': 'api/pubsub.html#Subscription-ready'
|
|
'#publish_onstop': 'api/pubsub.html#Subscription-onStop'
|
|
'#publish_error': 'api/pubsub.html#Subscription-error'
|
|
'#publish_stop': 'api/pubsub.html#Subscription-stop'
|
|
'#publish_connection': 'api/pubsub.html#Subscription-connection'
|
|
'#meteor_subscribe': 'api/pubsub.html#Meteor-subscribe'
|
|
'#ddpratelimiter': 'api/methods.html#ddpratelimiter'
|
|
'#meteor_methods': 'api/methods.html#Meteor-methods'
|
|
'#method_userid': 'api/methods.html#method_userid'
|
|
'#method_setuserid': 'api/methods.html#method_setuserid'
|
|
'#method_issimulation': 'api/methods.html#DDPCommon-MethodInvocation-isSimulation'
|
|
'#method_unblock': 'api/methods.html#DDPCommon-MethodInvocation-unblock'
|
|
'#method_connection': 'api/methods.html#DDPCommon-MethodInvocation-connection'
|
|
'#meteor_error': 'api/methods.html#Meteor-Error'
|
|
'#meteor_call': 'api/methods.html#Meteor-call'
|
|
'#meteor_apply': 'api/methods.html#Meteor-apply'
|
|
'#check': 'api/check.html#check'
|
|
'#match_test': 'api/check.html#Match-test'
|
|
'#match patterns': 'api/check.html#match patterns'
|
|
'#meteor_status': 'api/connections.html#Meteor-status'
|
|
'#meteor_reconnect': 'api/connections.html#Meteor-reconnect'
|
|
'#meteor_disconnect': 'api/connections.html#Meteor-disconnect'
|
|
'#meteor_onconnection': 'api/connections.html#Meteor-onConnection'
|
|
'#ddp_connect': 'api/connections.html#DDP-connect'
|
|
'#mongo_collection': 'api/collections.html#Mongo-Collection'
|
|
'#find': 'api/collections.html#Mongo-Collection-find'
|
|
'#findone': 'api/collections.html#Mongo-Collection-findOne'
|
|
'#insert': 'api/collections.html#Mongo-Collection-insert'
|
|
'#update': 'api/collections.html#Mongo-Collection-update'
|
|
'#upsert': 'api/collections.html#Mongo-Collection-upsert'
|
|
'#remove': 'api/collections.html#Mongo-Collection-remove'
|
|
'#allow': 'api/collections.html#Mongo-Collection-allow'
|
|
'#deny': 'api/collections.html#Mongo-Collection-deny'
|
|
'#mongo-collection-rawcollection': 'api/collections.html#mongo-collection-rawcollection'
|
|
'#mongo-collection-rawdatabase': 'api/collections.html#mongo-collection-rawdatabase'
|
|
'#mongo.cursor': 'api/collections.html#mongo-cursor'
|
|
'#foreach': 'api/collections.html#Mongo-Cursor-forEach'
|
|
'#map': 'api/collections.html#Mongo-Cursor-map'
|
|
'#fetch': 'api/collections.html#Mongo-Cursor-fetch'
|
|
'#count': 'api/collections.html#Mongo-Cursor-count'
|
|
'#observe': 'api/collections.html#Mongo-Cursor-observe'
|
|
'#observe_changes': 'api/collections.html#Mongo-Cursor-observeChanges'
|
|
'#mongo_object_id': 'api/collections.html#Mongo-ObjectID'
|
|
'#selectors': 'api/collections.html#selectors'
|
|
'#modifiers': 'api/collections.html#modifiers'
|
|
'#sort specifiers': 'api/collections.html#sort specifiers'
|
|
'#field specifiers': 'api/collections.html#field specifiers'
|
|
'#session_set': 'api/session.html#Session-set'
|
|
'#session_set_default': 'api/session.html#Session-setDefault'
|
|
'#session_get': 'api/session.html#Session-get'
|
|
'#session_equals': 'api/session.html#Session-equals'
|
|
'#meteor_user': 'api/accounts.html#Meteor-user'
|
|
'#meteor_userid': 'api/accounts.html#Meteor-userId'
|
|
'#meteor_users': 'api/accounts.html#Meteor-users'
|
|
'#meteor_loggingin': 'api/accounts.html#Meteor-loggingIn'
|
|
'#meteor_logout': 'api/accounts.html#Meteor-logout'
|
|
'#meteor_logoutotherclients': 'api/accounts.html#Meteor-logoutOtherClients'
|
|
'#meteor_loginwithpassword': 'api/accounts.html#Meteor-loginWithPassword'
|
|
'#meteor_loginwithexternalservice': 'api/accounts.html#Meteor-loginWith<ExternalService>'
|
|
'#template_currentuser': 'api/accounts.html#currentUser'
|
|
'#template_loggingin': 'api/accounts.html#loggingIn'
|
|
'#accounts_ui_config': 'api/accounts.html#Accounts-ui-config'
|
|
'#accountsclient': 'api/accounts-multi.html#AccountsClient'
|
|
'#accountsserver': 'api/accounts-multi.html#AccountsServer'
|
|
'#accounts_userid': 'api/accounts-multi.html#AccountsCommon-userId'
|
|
'#accounts_user': 'api/accounts-multi.html#AccountsCommon-user'
|
|
'#accounts_config': 'api/accounts-multi.html#AccountsCommon-config'
|
|
'#accounts_onlogin': 'api/accounts-multi.html#AccountsCommon-onLogin'
|
|
'#accounts_onloginfailure': 'api/accounts-multi.html#AccountsCommon-onLoginFailure'
|
|
'#accounts_loggingin': 'api/accounts-multi.html#AccountsClient-loggingIn'
|
|
'#accounts_logout': 'api/accounts-multi.html#AccountsClient-logout'
|
|
'#accounts_logoutotherclients': 'api/accounts-multi.html#AccountsClient-logoutOtherClients'
|
|
'#accounts_oncreateuser': 'api/accounts-multi.html#AccountsServer-onCreateUser'
|
|
'#accounts_validateloginattempt': 'api/accounts-multi.html#AccountsServer-validateLoginAttempt'
|
|
'#accounts_validatenewuser': 'api/accounts-multi.html#AccountsServer-validateNewUser'
|
|
'#accounts_createuser': 'api/passwords.html#Accounts-createUser'
|
|
'#accounts-setusername': 'api/passwords.html#accounts-setusername'
|
|
'#accounts-addemail': 'api/passwords.html#accounts-addemail'
|
|
'#accounts-removeemail': 'api/passwords.html#accounts-removeemail'
|
|
'#accounts_verifyemail': 'api/passwords.html#Accounts-verifyEmail'
|
|
'#accounts-finduserbyusername': 'api/passwords.html#accounts-finduserbyusername'
|
|
'#accounts-finduserbyemail': 'api/passwords.html#accounts-finduserbyemail'
|
|
'#accounts_changepassword': 'api/passwords.html#Accounts-changePassword'
|
|
'#accounts_forgotpassword': 'api/passwords.html#Accounts-forgotPassword'
|
|
'#accounts_resetpassword': 'api/passwords.html#Accounts-resetPassword'
|
|
'#accounts_setpassword': 'api/passwords.html#Accounts-setPassword'
|
|
'#accounts_sendresetpasswordemail': 'api/passwords.html#Accounts-sendResetPasswordEmail'
|
|
'#accounts_sendenrollmentemail': 'api/passwords.html#Accounts-sendEnrollmentEmail'
|
|
'#accounts_sendverificationemail': 'api/passwords.html#Accounts-sendVerificationEmail'
|
|
'#accounts-onresetpasswordlink': 'api/passwords.html#accounts-onresetpasswordlink'
|
|
'#accounts-onenrollmentlink': 'api/passwords.html#accounts-onenrollmentlink'
|
|
'#accounts-onemailverificationlink': 'api/passwords.html#accounts-onemailverificationlink'
|
|
'#accounts_emailtemplates': 'api/passwords.html#Accounts-emailTemplates'
|
|
'#templates_api': 'api/templates.html#templates_api'
|
|
'#template_events': 'api/templates.html#Template-events'
|
|
'#template_helpers': 'api/templates.html#Template-helpers'
|
|
'#template_onrendered': 'api/templates.html#template_onrendered'
|
|
'#template_oncreated': 'api/templates.html#template_oncreated'
|
|
'#template_ondestroyed': 'api/templates.html#template_ondestroyed'
|
|
'#template_inst': 'api/templates.html#template_inst'
|
|
'#template_findall': 'api/templates.html#template_findall'
|
|
'#template_$': 'api/templates.html#Blaze-TemplateInstance-$'
|
|
'#template_find': 'api/templates.html#Blaze-TemplateInstance-find'
|
|
'#template_firstnode': 'api/templates.html#template_firstnode'
|
|
'#template_lastnode': 'api/templates.html#template_lastnode'
|
|
'#template_data': 'api/templates.html#Blaze-TemplateInstance-data'
|
|
'#template_autorun': 'api/templates.html#Blaze-TemplateInstance-autorun'
|
|
'#blaze-templateinstance-subscribe': 'api/templates.html#blaze-templateinstance-subscribe'
|
|
'#template_view': 'api/templates.html#Blaze-TemplateInstance-view'
|
|
'#template_registerhelper': 'api/templates.html#Template-registerHelper'
|
|
'#template_instance': 'api/templates.html#Template-instance'
|
|
'#template_currentdata': 'api/templates.html#Template-currentData'
|
|
'#template_parentdata': 'api/templates.html#Template-parentData'
|
|
'#template_body': 'api/templates.html#Template-body'
|
|
'#template_dynamic': 'api/templates.html#Template-dynamic'
|
|
'#event maps': 'api/templates.html#event maps'
|
|
'#spacebars': 'api/templates.html#spacebars'
|
|
'#blaze_render': 'api/blaze.html#Blaze-render'
|
|
'#blaze_renderwithdata': 'api/blaze.html#Blaze-renderWithData'
|
|
'#blaze_remove': 'api/blaze.html#Blaze-remove'
|
|
'#blaze_getdata': 'api/blaze.html#Blaze-getData'
|
|
'#blaze_tohtml': 'api/blaze.html#Blaze-toHTML'
|
|
'#blaze_tohtmlwithdata': 'api/blaze.html#Blaze-toHTMLWithData'
|
|
'#blaze_view': 'api/blaze.html#Blaze-View'
|
|
'#blaze_currentview': 'api/blaze.html#Blaze-currentView'
|
|
'#blaze_getview': 'api/blaze.html#Blaze-getView'
|
|
'#blaze_with': 'api/blaze.html#Blaze-With'
|
|
'#blaze_if': 'api/blaze.html#Blaze-If'
|
|
'#blaze_unless': 'api/blaze.html#Blaze-Unless'
|
|
'#blaze_each': 'api/blaze.html#Blaze-Each'
|
|
'#blaze_template': 'api/blaze.html#Blaze-Template'
|
|
'#blaze_istemplate': 'api/blaze.html#Blaze-isTemplate'
|
|
'#renderable_content': 'api/blaze.html#renderable_content'
|
|
'#meteor_settimeout': 'api/timers.html#Meteor-setTimeout'
|
|
'#meteor_setinterval': 'api/timers.html#Meteor-setInterval'
|
|
'#meteor_cleartimeout': 'api/timers.html#Meteor-clearTimeout'
|
|
'#meteor_clearinterval': 'api/timers.html#Meteor-clearInterval'
|
|
'#tracker_autorun': 'api/tracker.html#Tracker-autorun'
|
|
'#tracker_flush': 'api/tracker.html#Tracker-flush'
|
|
'#tracker_nonreactive': 'api/tracker.html#Tracker-nonreactive'
|
|
'#tracker_active': 'api/tracker.html#Tracker-active'
|
|
'#tracker_currentcomputation': 'api/tracker.html#Tracker-currentComputation'
|
|
'#tracker_oninvalidate': 'api/tracker.html#Tracker-onInvalidate'
|
|
'#tracker_afterflush': 'api/tracker.html#Tracker-afterFlush'
|
|
'#tracker.computation': 'api/tracker.html#tracker-computation'
|
|
'#computation_stop': 'api/tracker.html#Tracker-Computation-stop'
|
|
'#computation_invalidate': 'api/tracker.html#Tracker-Computation-invalidate'
|
|
'#computation_oninvalidate': 'api/tracker.html#Tracker-Computation-onInvalidate'
|
|
'#computation_onstop': 'api/tracker.html#Tracker-Computation-onStop'
|
|
'#computation_stopped': 'api/tracker.html#Tracker-Computation-stopped'
|
|
'#computation_invalidated': 'api/tracker.html#Tracker-Computation-invalidated'
|
|
'#computation_firstrun': 'api/tracker.html#Tracker-Computation-firstRun'
|
|
'#tracker.dependency': 'api/tracker.html#tracker-dependency'
|
|
'#dependency_changed': 'api/tracker.html#Tracker-Dependency-changed'
|
|
'#dependency_depend': 'api/tracker.html#Tracker-Dependency-depend'
|
|
'#dependency_hasdependents': 'api/tracker.html#Tracker-Dependency-hasDependents'
|
|
'#reactivevar': 'api/reactivevar.html#ReactiveVar'
|
|
'#reactivevar_get': 'api/reactivevar.html#ReactiveVar-get'
|
|
'#reactivevar_set': 'api/reactivevar.html#ReactiveVar-set'
|
|
'#ejson_parse': 'api/ejson.html#EJSON-parse'
|
|
'#ejson_stringify': 'api/ejson.html#EJSON-stringify'
|
|
'#ejson_from_json_value': 'api/ejson.html#EJSON-fromJSONValue'
|
|
'#ejson_to_json_value': 'api/ejson.html#EJSON-toJSONValue'
|
|
'#ejson_equals': 'api/ejson.html#EJSON-equals'
|
|
'#ejson_clone': 'api/ejson.html#EJSON-clone'
|
|
'#ejson_new_binary': 'api/ejson.html#EJSON-newBinary'
|
|
'#ejson_is_binary': 'api/ejson.html#EJSON-isBinary'
|
|
'#ejson_add_type': 'api/ejson.html#EJSON-addType'
|
|
'#ejson_type_typename': 'api/ejson.html#ejson_type_typename'
|
|
'#ejson_type_tojsonvalue': 'api/ejson.html#ejson_type_tojsonvalue'
|
|
'#ejson_type_clone': 'api/ejson.html#EJSON-CustomType-clone'
|
|
'#ejson_type_equals': 'api/ejson.html#EJSON-CustomType-equals'
|
|
'#http_call': 'api/http.html#HTTP-call'
|
|
'#http_get': 'api/http.html#HTTP-get'
|
|
'#http_post': 'api/http.html#HTTP-post'
|
|
'#http_put': 'api/http.html#HTTP-put'
|
|
'#http_del': 'api/http.html#HTTP-del'
|
|
'#email_send': 'api/email.html#Email-send'
|
|
'#assets_gettext': 'api/assets.html#assets_gettext'
|
|
'#assets_getbinary': 'api/assets.html#assets_getbinary'
|
|
'#packagedescription': 'api/packagejs.html#packagedescription'
|
|
'#packagedefinition': 'api/packagejs.html#packagedefinition'
|
|
'#pack_versions': 'api/packagejs.html#PackageAPI-versionsFrom'
|
|
'#pack_use': 'api/packagejs.html#PackageAPI-use'
|
|
'#pack_api_imply': 'api/packagejs.html#PackageAPI-imply'
|
|
'#pack_export': 'api/packagejs.html#PackageAPI-export'
|
|
'#pack_addfiles': 'api/packagejs.html#pack_addfiles'
|
|
'#packageapi-addassets': 'api/packagejs.html#packageapi-addassets'
|
|
'#packagetests': 'api/packagejs.html#packagetests'
|
|
'#npm-depends': 'api/packagejs.html#npm-depends'
|
|
'#npm-require': 'api/packagejs.html#npm-require'
|
|
'#cordova-depends': 'api/packagejs.html#cordova-depends'
|
|
'#package-registerbuildplugin': 'api/packagejs.html#package-registerbuildplugin'
|
|
'#plugin-registersourcehandler': 'api/packagejs.html#plugin-registersourcehandler'
|
|
'#app-info': 'api/mobile-config.html#app-info'
|
|
'#app-setpreference': 'api/mobile-config.html#app-setpreference'
|
|
'#app-accessrule': 'api/mobile-config.html#app-accessrule'
|
|
'#app-configureplugin': 'api/mobile-config.html#app-configureplugin'
|
|
'#app-icons': 'api/mobile-config.html#app-icons'
|
|
'#app-launchscreens': 'api/mobile-config.html#app-launchscreens'
|
|
'#meteorhelp': 'commandline.html#meteorhelp'
|
|
'#meteorrun': 'commandline.html#meteorrun'
|
|
'#meteordebug': 'commandline.html#meteordebug'
|
|
'#meteorcreate': 'commandline.html#meteorcreate'
|
|
'#meteorloginlogout': 'commandline.html#meteorloginlogout'
|
|
'#meteordeploy': 'commandline.html#meteordeploy'
|
|
'#meteorupdate': 'commandline.html#meteorupdate'
|
|
'#meteoradd': 'commandline.html#meteoradd'
|
|
'#meteorremove': 'commandline.html#meteorremove'
|
|
'#meteorlist': 'commandline.html#meteorlist'
|
|
'#meteormongo': 'commandline.html#meteormongo'
|
|
'#meteorreset': 'commandline.html#meteorreset'
|
|
'#meteorbuild': 'commandline.html#meteorbuild'
|
|
'#meteorlint': 'commandline.html#meteorlint'
|
|
'#meteorsearch': 'commandline.html#meteorsearch'
|
|
'#meteorshow': 'commandline.html#meteorshow'
|
|
'#meteorpublish': 'commandline.html#meteorpublish'
|
|
'#meteorpublishforarch': 'commandline.html#undefined'
|
|
'#meteorpublishrelease': 'commandline.html#meteorpublishrelease'
|
|
'#meteortestpackages': 'commandline.html#meteortestpackages'
|
|
'#meteoradmin': 'commandline.html#meteoradmin'
|
|
'#meteorshell': 'commandline.html#meteorshell'
|
|
'#core': 'api/core.html'
|
|
'#pubsub': 'api/pubsub.html'
|
|
'#methods': 'api/methods.html'
|
|
'#methods_header': 'api/methods.html'
|
|
'#check_package': 'api/check.html'
|
|
'#connections': 'api/connections.html'
|
|
'#collections': 'api/collections.html'
|
|
'#session': 'api/session.html'
|
|
'#accounts': 'api/accounts.html'
|
|
'#accounts_api': 'api/accounts.html'
|
|
'#accounts-multi': 'api/accounts-multi.html'
|
|
'#advanced_accounts_api': 'api/accounts-multi.html'
|
|
'#passwords': 'api/passwords.html'
|
|
'#accounts_passwords': 'api/passwords.html'
|
|
'#templates': 'api/templates.html'
|
|
'#blaze': 'api/blaze.html'
|
|
'#timers': 'api/timers.html'
|
|
'#tracker': 'api/tracker.html'
|
|
'#reactivevar_pkg': 'api/reactivevar.html'
|
|
'#ejson': 'api/ejson.html'
|
|
'#http': 'api/http.html'
|
|
'#email': 'api/email.html'
|
|
'#assets': 'api/assets.html'
|
|
'#packagejs': 'api/packagejs.html'
|
|
'#mobile-config': 'api/mobile-config.html'
|
|
'#appcache': 'packages/appcache.html'
|
|
'#accounts-ui': 'packages/accounts-ui.html'
|
|
'#audit-argument-checks': 'packages/audit-argument-checks.html'
|
|
'#coffeescript': 'packages/coffeescript.html'
|
|
'#ecmascript': 'packages/ecmascript.html'
|
|
'#less': 'packages/less.html'
|
|
'#markdown': 'packages/markdown.html'
|
|
'#modules': 'packages/modules.html'
|
|
'#oauth-encryption': 'packages/oauth-encryption.html'
|
|
'#random': 'packages/random.html'
|
|
'#spiderable': 'packages/spiderable.html'
|
|
'#webapp': 'packages/webapp.html'
|
|
'#pkg_spacebars': 'packages/spacebars.html'
|