TyphonJS Runtime Library (FVTT) 0.2.0-next.1
  • #runtime/svelte/store/position
  • draggable
  • options

Function options

  • options(options): DraggableOptionsStore
  • Define a function to get a DraggableOptionsStore instance.

    Parameters

    • options: {
          tween?: boolean;
          tweenOptions?: QuickTweenOptions;
      }

      Initial options for DraggableOptionsStore.

      • Optionaltween?: boolean
      • OptionaltweenOptions?: QuickTweenOptions

    Returns DraggableOptionsStore

    A new options instance.

Settings

Member Visibility
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.2.0-next.1