Skip to content

How do I reference subscriptions whose names contain periods? #70

Open
@violetlight

Description

@violetlight

I want to use $subReady on a subscription that has a period in the name. For example:

Meteor.publish('something.all', ...);

// Assume the following linens are in the appropriate place and this.$subReady is a valid reference
console.log(this.$subReady['something.all']); // Doesn't seem to work
console.log(this.$subReady.something.all); // Doesn't work, but I expected it not to

Is it currently possible to do this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions