InteractiveBoard Docs
  • GETTING STARTED
    • Installing InteractiveBoard
    • Commands & Permissions
    • Integrations
    • Creating a board
  • Objects
    • General Information
      • Enabled
      • Properties & Placeholders
      • Conditions
      • Layout
      • Click and Hover
      • Children
      • Cache Behavior
    • Background
    • Button
    • Gif
    • Image
    • Scroll Pane
    • Skin Objects
    • Text Objects
    • Static
      • Action Listener
      • Music Player
      • Delayed Function Timer
      • Repeat Function Timer
  • Functions
    • General Information
      • Conditions
      • Delay
      • Price
    • Switch Scene
    • Game
      • Command
      • Open Crafting Table
      • Play Sound
      • Send Message
      • Switch Server
    • State
      • Scroll Change
      • Enabled
        • Set Enabled State
        • Switch Enabled State
      • Playback
        • Set Playback State
        • Switch Playback State
    • Shop
  • Conditions
    • Has money
    • Permission
  • BOARD SETTINGS
    • General
    • Displays
    • View Grouping & Default Scenes
Powered by GitBook
On this page
  1. Objects

Image

## object name, you can set this to anything that is unique
image1:
  ## object type, in this case image
  type: image
  ## x and y positions relative to the parent
  position: 0 0
  ## width and height of the object (auto uses the dimensions from the image file)
  size: auto auto   
  ## image properties
  image:
    ## the name of the image file in images folder or a http/https link to the image file
    name: 'image.png'
    ## should the image refresh every set period
    refresh: false
    ## how often should the image refresh (seconds)
    refresh-time: 60

Last updated 9 months ago