Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
IMeteorUserCollection
Interface IMeteorUserCollection
Index
Methods
ObjectID
allow
deny
find
findOne
insert
remove
update
Methods
public
ObjectID
(
hexString
?:
string
)
:
Object
Parameters
hexString?:
string
optional
Returns
Object
public
allow
(
options
:
Object
)
:
boolean
Parameters
options:
Object
Returns
boolean
public
deny
(
options
:
Object
)
:
boolean
Parameters
options:
Object
Returns
boolean
public
find
(
selector
?:
any
, options
?:
Object
)
:
IMeteorCursor
Parameters
selector?:
any
optional
options?:
Object
optional
Returns
IMeteorCursor
public
findOne
(
selector
:
any
, options
?:
Object
)
:
IMeteorUser
Parameters
selector:
any
options?:
Object
optional
Returns
IMeteorUser
public
insert
(
doc
:
IMeteorUser
, callback
?:
Function
)
:
IMeteorUser
Parameters
doc:
IMeteorUser
callback?:
Function
optional
Returns
IMeteorUser
public
remove
(
selector
:
any
, callback
?:
Function
)
Parameters
selector:
any
callback?:
Function
optional
public
update
(
selector
:
any
, modifier
:
any
, options
?:
Object
, callback
?:
Function
)
Parameters
selector:
any
modifier:
any
options?:
Object
optional
callback?:
Function
optional
Globals
MeteorEventType