website logo
👥 Community🎯 Samples on GitHub🚦System Status
💡 Guides
🚀 Examples
🍕 Developer Reference
⚡️ Changelog
🎥 Video Library
Navigate through spaces
⌘K
Examples Overview
Setting up your solution
Jig Types
Components
Datasource
Actions
Preview
Widgets
Expressions
Aggregation
Boolean
Comparison Operators
Date & Time
Path Operators
Functional Programming
Jigx Variables
Predicate Queries
String
Docs powered by
Archbee
Datasource

system

6min

The system datasource is usually used to get the list of the icons that can be used in jig UI components.

Configuration options

When setting up a system within a  you have the option to use them in various ways:

  1. As a locally configured data source within a  for locally stored data to be available
  2. As a global data source that allows easy access and reusability to the data across various s and components

Examples and code snippets 

View common uses for the system datasource below and how you can configure the same in your solution (links to examples are available in the relevant examples).

System as jig local datasource:

system-local-datasource-jig
|
datasources:
  system:
    type: datasource.system
    options:
      source: icons


System as global datasource:

system
|
type: datasource.system
options:
  source: icons


See also

  • Developer reference
  • Related examples (Github)



Updated 19 Sep 2023
Did this page help you?
PREVIOUS
static
NEXT
action-list
Docs powered by
Archbee
TABLE OF CONTENTS
Configuration options
Examples and code snippets
System as jig local datasource:
System as global datasource:
See also
Docs powered by
Archbee
Copyright © 2023 Jigx, Inc. All rights reserved. Terms of Service