Skip to content

Add constants for built-in types #6

@robotconscience

Description

@robotconscience

To free us up for possibly changing the underlying names in the future.

// these could also be in all caps...
Spacebrew.Boolean = "boolean";
Spacebrew.Range = "range";
Spacebrew.String = "string";

// ex
sb.addPublish( "amChilling", Spacebrew.Boolean, true );

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions