Skip to content

Available property methods #3

@timhaywood

Description

@timhaywood

Currently all Path and SourceText properties extend the standard numeric property, which includes methods such as wiggle() and loopOut(), which should be undefined.

Instead, all property classes should extend a base Property that includes the common elements, such as value, name, key etc. Then numeric properties would be an extension of this base that adds the other functions.

Ideally the numeric property methods would be undefined when PropertyValueType is not a number or array, but I'm not sure how that is possible at the moment.

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