Skip to content

Can I add to functions to the library? To add addButton() #21

@StudioRATATA

Description

@StudioRATATA

Hey all,

Is there a way to add custom code to the library? I've added the following code to QSGui() and that works perfectly. Now, I don't want to hard code it in the library itself. Is there a way to to append to the library?

       this.addButton = function(name, callback) {
            qs.addButton( name, callback );
        };

Or even to add in this line in the new version?

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