跳至内容
文档
搜索
K
主导航
文档
快速入门
示例
Meteor.js 2 文档
从 Meteor.js 2 迁移
教程
Meteor.js 3 + React
Meteor + Vue + vue-meteor-tracker
生态系统
社区与帮助
Meteor 论坛
Meteor Lounge Discord
GitHub 讨论
资源
Atmosphere 上的包
VS Code 扩展
开发者工具 - Chrome 扩展
开发者工具 - Firefox 扩展
学习
Meteor 大学
Youtube 频道
新闻
Dev.to 博客
Medium 博客
Twitter
LinkedIn
API
Galaxy 云
外观
菜单
返回顶部
此页面上
当前页面的目录
搜索
账户
Accounts.addEmailAsync
Accounts.changePassword
Accounts.createUser
Accounts.createUserAsync
Accounts.createUserVerifyingEmail
Accounts.disableUser2fa
Accounts.emailTemplates
Accounts.enableUser2fa
Accounts.findUserByEmail
Accounts.findUserByUsername
Accounts.forgotPassword
Accounts.generate2faActivationQrCode
Accounts.generateResetToken
Accounts.generateVerificationToken
Accounts.has2faEnabled
Accounts.onEmailVerificationLink
Accounts.onEnrollmentLink
Accounts.onResetPasswordLink
Accounts.removeEmail
Accounts.requestLoginTokenForUser
Accounts.resetPassword
Accounts.sendEnrollmentEmail
Accounts.sendLoginTokenEmail
Accounts.sendResetPasswordEmail
Accounts.sendVerificationEmail
Accounts.setPasswordAsync
Accounts.setUsername
Accounts.ui
Accounts.ui.config
Accounts.verifyEmail
AccountsClient#applyLoginFunction
AccountsClient#callLoginFunction
AccountsClient#config
AccountsClient#loggingIn
AccountsClient#loggingOut
AccountsClient#logout
AccountsClient#logoutOtherClients
AccountsClient#onLogin
AccountsClient#onLoginFailure
AccountsClient#onLogout
AccountsClient#registerClientLoginFunction
AccountsClient#user
AccountsClient#userAsync
AccountsClient#userId
AccountsCommon#config
AccountsCommon#onLogin
AccountsCommon#onLoginFailure
AccountsCommon#onLogout
AccountsCommon#user
AccountsCommon#userAsync
AccountsCommon#userId
AccountsServer#addDefaultRateLimit
AccountsServer#beforeExternalLogin
AccountsServer#config
AccountsServer#generateOptionsForEmail
AccountsServer#onCreateLoginToken
AccountsServer#onCreateUser
AccountsServer#onExternalLogin
AccountsServer#onLogin
AccountsServer#onLoginFailure
AccountsServer#onLogout
AccountsServer#registerLoginHandler
AccountsServer#removeDefaultRateLimit
AccountsServer#setAdditionalFindUserOnExternalLogin
AccountsServer#user
AccountsServer#userAsync
AccountsServer#userId
AccountsServer#validateLoginAttempt
AccountsServer#validateNewUser
资源
App.accessRule
App.addResourceFile
App.appendToConfig
App.configurePlugin
App.icons
App.info
App.launchScreens
App.setPreference
App.settings
资源
Assets.absoluteFilePath
Assets.getBinaryAsync
Assets.getTextAsync
DDP
DDP.connect
DDP.onReconnect
DDPCommon.MethodInvocation
DDPCommon.MethodInvocation#connection
DDPCommon.MethodInvocation#isSimulation
DDPCommon.MethodInvocation#name
DDPCommon.MethodInvocation#setUserId
DDPCommon.MethodInvocation#unblock
DDPCommon.MethodInvocation#userId
EJSON
EJSON.CustomType
EJSON.CustomType#clone
EJSON.CustomType#equals
EJSON.CustomType#toJSONValue
EJSON.CustomType#typeName
EJSON.addType
EJSON.clone
EJSON.equals
EJSON.fromJSONValue
EJSON.isBinary
EJSON.newBinary
EJSON.parse
EJSON.stringify
EJSON.toJSONValue
匹配
Match.test
Meteor
Meteor.EnvironmentVariable
Meteor.EnvironmentVariable.get
Meteor.EnvironmentVariable.withValue
Meteor.EnvironmentVariableAsync
Meteor.Error
Meteor.absoluteUrl
Meteor.apply
Meteor.applyAsync
Meteor.bindEnvironment
Meteor.call
Meteor.callAsync
Meteor.clearInterval
Meteor.clearTimeout
Meteor.defer
Meteor.disconnect
Meteor.gitCommitHash
Meteor.isAppTest
Meteor.isAsyncCall
Meteor.isClient
Meteor.isCordova
Meteor.isDevelopment
Meteor.isFibersDisabled
Meteor.isModern
Meteor.isPackageTest
Meteor.isProduction
Meteor.isServer
Meteor.isTest
Meteor.loggingIn
Meteor.loggingOut
Meteor.loginWith<ExternalService>
Meteor.loginWithPassword
Meteor.loginWithPasswordAnd2faCode
Meteor.loginWithToken
Meteor.logout
Meteor.logoutOtherClients
Meteor.methods
Meteor.onConnection
Meteor.onMessage
Meteor.passwordlessLoginWithToken
Meteor.passwordlessLoginWithTokenAnd2faCode
Meteor.promisify
Meteor.publish
Meteor.reconnect
Meteor.release
Meteor.setInterval
Meteor.setTimeout
Meteor.settings
Meteor.startup
Meteor.status
Meteor.subscribe
Meteor.user
Meteor.userAsync
Meteor.userId
Meteor.users
Meteor.wrapAsync
MongoDB
Mongo.Collection
Mongo.Collection#allow
Mongo.Collection#countDocuments
Mongo.Collection#createIndex
Mongo.Collection#createIndexAsync
Mongo.Collection#deny
Mongo.Collection#ensureIndexAsync
Mongo.Collection#estimatedDocumentCount
Mongo.Collection#find
Mongo.Collection#findOne
Mongo.Collection#findOneAsync
Mongo.Collection#insert
Mongo.Collection#insertAsync
Mongo.Collection#rawCollection
Mongo.Collection#rawDatabase
Mongo.Collection#remove
Mongo.Collection#removeAsync
Mongo.Collection#update
Mongo.Collection#updateAsync
Mongo.Collection#upsert
Mongo.Collection#upsertAsync
Mongo.Cursor
Mongo.Cursor#count
Mongo.Cursor#countAsync
Mongo.Cursor#fetch
Mongo.Cursor#fetchAsync
Mongo.Cursor#forEach
Mongo.Cursor#forEachAsync
Mongo.Cursor#map
Mongo.Cursor#mapAsync
Mongo.Cursor#observe
Mongo.Cursor#observeAsync
Mongo.Cursor#observeChanges
Mongo.Cursor#observeChangesAsync
Mongo.ObjectID
Mongo._collections
Mongo.getCollection
Mongo.setConnectionOptions
Npm
Npm.require
PackageNpm#depends
包
PackageAPI#addAssets
PackageAPI#addFiles
PackageAPI#export
PackageAPI#imply
PackageAPI#use
PackageAPI#versionsFrom
PackageCordova#depends
PackageNamespace#describe
PackageNamespace#onTest
PackageNamespace#onUse
PackageNamespace#registerBuildPlugin
PackageNpm#depends
响应式字典
ReactiveDict#all
ReactiveDict#clear
ReactiveDict#delete
ReactiveDict#destroy
ReactiveDict#equals
ReactiveDict#get
ReactiveDict#set
ReactiveDict#setDefault
响应式变量
ReactiveVar#get
ReactiveVar#set
订阅
Subscription#added
Subscription#changed
Subscription#connection
Subscription#error
Subscription#onStop
Subscription#ready
Subscription#removed
Subscription#stop
Subscription#userId
跟踪器
Tracker.Computation
Tracker.Computation#firstRun
Tracker.Computation#firstRunPromise
Tracker.Computation#flush
Tracker.Computation#invalidate
Tracker.Computation#invalidated
Tracker.Computation#onInvalidate
Tracker.Computation#onStop
Tracker.Computation#run
Tracker.Computation#stop
Tracker.Computation#stopped
Tracker.ComputationFunction
Tracker.Dependency
Tracker.Dependency#changed
Tracker.Dependency#depend
Tracker.Dependency#hasDependents
Tracker.active
Tracker.afterFlush
Tracker.autorun
Tracker.currentComputation
Tracker.flush
Tracker.inFlush
Tracker.nonreactive
Tracker.onInvalidate
Tracker.withComputation
检查
模块
module.hot
module.hot#accept
module.hot#data
module.hot#decline
module.hot#dispose
module.hot#onRequire
会话
Session.equals
Session.get
Session.set
Session.setDefault
随机数
Random.choice
Random.fraction
Random.hexString
Random.id
Random.secret
邮件
Email.customTransport
Email.hookSend
Email.send
Email.sendAsync
DDPRateLimiter
DDPRateLimiter.addRule
DDPRateLimiter.removeRule
DDPRateLimiter.setErrorMessage
DDPRateLimiter.setErrorMessageOnRule
WebApp
WebApp.addRuntimeConfigHook
WebApp.addUpdatedNotifyHook
WebApp.decodeRuntimeConfig
WebApp.encodeRuntimeConfig
WebApp.handlers