LogoLogo
FeaturesHelp & ResourcesShowcasePricingLogin
Squirrel Addon Documentation
Squirrel Addon Documentation
  • README
  • Table of contents
  • Building an addon
    • Communication
    • Property Panel
      • Property Panel Elements
        • Accordion
        • Checkbox
        • Color Input
        • Conditional Logic
        • Dropdown
        • Font
        • Horizontal Line
        • Input Box
        • Radio Button
        • Series
        • Sub Accordion
        • Text Label
    • Publishing an addon
      • Restricting private addons
      • The review process
      • Add-on submission
        • Icon guidelines
        • Image guidelines
  • introduction
    • Joining the Developer Program
  • past-events
    • Building your first add-on
  • squirrel-helper-library
    • Dot notation
    • Angular
      • Classes
        • SquirrelCanvas
        • SquirrelColor
        • SquirrelMessage
        • SquirrelPosition
        • SquirrelSize
      • Events
        • onInitState
        • onPropertyChange
        • onPropertyChangesComplete
        • onSetCanvas
        • onSetPosition
        • onSetRuntimeMode
        • onSetSize
      • Getting Started
        • Building your first addon
        • Debugging
        • Sending and Receiving Data
        • The JSON files
      • Methods
        • getBindingDimension
        • getCanvas
        • getCopyOfState
        • getGenericProperty
        • getPosition
        • getRuntimeMode
        • getSize
        • initWithSquirrel
        • parseColor
        • sendToSquirrel
        • setPosition
        • setSize
        • shadeColor
        • tintColor
    • JavaScript
      • Classes
        • SquirrelCanvas
        • SquirrelColor
        • SquirrelMessage
        • SquirrelPosition
        • SquirrelSize
      • Events
        • onInitState
        • onPropertyChange
        • onPropertyChangesComplete
        • onSetCanvas
        • onSetPosition
        • onSetRuntimeMode
        • onSetSize
      • Getting Started
        • Building your first add-on
        • Debugging
        • Sending and Receiving Data
        • The JSON files
      • Methods
        • getBindingDimension
        • getCanvas
        • getCopyOfState
        • getGenericProperty
        • getPosition
        • getRuntimeMode
        • getSize
        • initWithSquirrel
        • parseColor
        • sendToSquirrel
        • setPosition
        • setSize
        • shadeColor
        • tintColor
    • React
      • Coming Soon
Powered by GitBook
LogoLogo

Explore

  • Home
  • Features
  • Pricing
  • Download Squirrel

Help

  • Learn
  • Community
  • Support
  • FAQ's

Updates

  • Blog
  • Events
  • Release Notes

Company

  • Contact Us
  • Privacy Policy
  • Terms of Use

Copyright © 2019 - 2024 InfoSol Ltd. All rights reserved.

On this page
  • Squirrel Helper Library
  • Past Events

Was this helpful?

Table of contents

PreviousREADMENextBuilding an addon

Last updated 2 months ago

Was this helpful?

Squirrel Helper Library

Past Events

Introduction
Joining the Developer Program
Building an addon
Communication
Property Panel
Property Panel Elements
Accordion
Sub Accordion
Input Box
Color Input
Text Label
Horizontal Line
Checkbox
Dropdown
Radio Button
Font
Series
Conditional Logic
Publishing an addon
Add-on submission
Icon guidelines
Image guidelines
Restricting private addons
The review process
Dot notation
Angular
Getting Started
Building your first addon
The JSON files
Sending and Receiving Data
Debugging
Events
onInitState
onSetSize
onSetPosition
onSetRuntimeMode
onSetCanvas
onPropertyChange
onPropertyChangesComplete
Methods
initWithSquirrel
sendToSquirrel
getBindingDimension
getSize
setSize
getPosition
setPosition
getRuntimeMode
getCanvas
getCopyOfState
getGenericProperty
shadeColor
tintColor
parseColor
Classes
SquirrelMessage
SquirrelSize
SquirrelPosition
SquirrelColor
SquirrelCanvas
React
Coming Soon
JavaScript
Getting Started
Building your first add-on
The JSON files
Sending and Receiving Data
Debugging
Events
onInitState
onSetSize
onSetPosition
onSetRuntimeMode
onSetCanvas
onPropertyChange
onPropertyChangesComplete
Methods
initWithSquirrel
sendToSquirrel
getBindingDimension
getSize
setSize
getPosition
setPosition
getRuntimeMode
getCanvas
getCopyOfState
getGenericProperty
shadeColor
tintColor
parseColor
Classes
SquirrelMessage
SquirrelSize
SquirrelPosition
SquirrelColor
SquirrelCanvas
Building your first add-on