Function options
- options(options): DraggableOptionsStore
Parameters
- options: {
tween?: boolean;
tweenOptions?: QuickTweenOptions;
}Initial options for DraggableOptionsStore.
Optional
tween?: booleanOptional
tweenOptions ?: QuickTweenOptions
Returns DraggableOptionsStore
A new options instance.
- options: {
Define a function to get a DraggableOptionsStore instance.