<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://bitsmist.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://bitsmist.com/feed.php">
        <title>Bitsmist - en:bitsmist-js-core:reference:perk</title>
        <description></description>
        <link>https://bitsmist.com/</link>
        <image rdf:resource="https://bitsmist.com/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-27T14:55:35+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://bitsmist.com/en/bitsmist-js-core/reference/perk/basic-perk?rev=1714706137&amp;do=diff"/>
                <rdf:li rdf:resource="https://bitsmist.com/en/bitsmist-js-core/reference/perk/event-perk?rev=1714706137&amp;do=diff"/>
                <rdf:li rdf:resource="https://bitsmist.com/en/bitsmist-js-core/reference/perk/perk-perk?rev=1714706137&amp;do=diff"/>
                <rdf:li rdf:resource="https://bitsmist.com/en/bitsmist-js-core/reference/perk/perk?rev=1714706137&amp;do=diff"/>
                <rdf:li rdf:resource="https://bitsmist.com/en/bitsmist-js-core/reference/perk/setting-perk?rev=1714706137&amp;do=diff"/>
                <rdf:li rdf:resource="https://bitsmist.com/en/bitsmist-js-core/reference/perk/skin-perk?rev=1714706137&amp;do=diff"/>
                <rdf:li rdf:resource="https://bitsmist.com/en/bitsmist-js-core/reference/perk/status-perk?rev=1718435019&amp;do=diff"/>
                <rdf:li rdf:resource="https://bitsmist.com/en/bitsmist-js-core/reference/perk/style-perk?rev=1714706137&amp;do=diff"/>
                <rdf:li rdf:resource="https://bitsmist.com/en/bitsmist-js-core/reference/perk/unit-perk?rev=1714706137&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://bitsmist.com/_media/wiki/dokuwiki.svg">
        <title>Bitsmist</title>
        <link>https://bitsmist.com/</link>
        <url>https://bitsmist.com/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://bitsmist.com/en/bitsmist-js-core/reference/perk/basic-perk?rev=1714706137&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-03T03:15:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>BasicPerk</title>
        <link>https://bitsmist.com/en/bitsmist-js-core/reference/perk/basic-perk?rev=1714706137&amp;do=diff</link>
        <description>BasicPerk

Inherits:Perk Section:basic Priority:0

Overview

The BasicPerk grants basic functionality to the unit. However, this perk only triggers the events necessary for processing; other perks and event handlers do the actual processing.

Settings</description>
    </item>
    <item rdf:about="https://bitsmist.com/en/bitsmist-js-core/reference/perk/event-perk?rev=1714706137&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-03T03:15:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>EventPerk</title>
        <link>https://bitsmist.com/en/bitsmist-js-core/reference/perk/event-perk?rev=1714706137&amp;do=diff</link>
        <description>EventPerk

Inherits:Perk Section:event Priority:210

Overview

EventPerk grants event-related functions such as adding event handlers and triggering events.

Settings

Format - Unit

Unit-specific settings are written in the “event” section.


{
    &quot;event&quot;: {
        &quot;events&quot;: {
            &lt;elementName&gt;: {
                &quot;handlers&quot;: {
                    &lt;eventName&gt;: { or [{
                        &quot;handler&quot;: Function|String,
                        &quot;listerOptions&quot;: Object,
                  …</description>
    </item>
    <item rdf:about="https://bitsmist.com/en/bitsmist-js-core/reference/perk/perk-perk?rev=1714706137&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-03T03:15:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>PerkPerk</title>
        <link>https://bitsmist.com/en/bitsmist-js-core/reference/perk/perk-perk?rev=1714706137&amp;do=diff</link>
        <description>PerkPerk

Inherits:Perk Section:perk Priority:0

Overview

PerkPerk grants units perk-related functions such as attaching perks.

Settings

Format - Unit

Unit-specific settings are written in the “perk” section.


{
    &quot;perk&quot;: {
        &quot;options&quot;: {
            &quot;apply&quot;: [String, ...],
        }
    }
}</description>
    </item>
    <item rdf:about="https://bitsmist.com/en/bitsmist-js-core/reference/perk/perk?rev=1714706137&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-03T03:15:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Perk</title>
        <link>https://bitsmist.com/en/bitsmist-js-core/reference/perk/perk?rev=1714706137&amp;do=diff</link>
        <description>Perk

Overview

This is the base class of the Perks. All perks inherit this Perk.

Settings

Format - Unit

Unit-specific settings are written in the “perk” section.


{
    &quot;perk&quot;: {
        &quot;options&quot;: {
            &quot;apply&quot;: [String, ...],
        }
    }
}</description>
    </item>
    <item rdf:about="https://bitsmist.com/en/bitsmist-js-core/reference/perk/setting-perk?rev=1714706137&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-03T03:15:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>SettingPerk</title>
        <link>https://bitsmist.com/en/bitsmist-js-core/reference/perk/setting-perk?rev=1714706137&amp;do=diff</link>
        <description>SettingPerk

Inherits:Perk Section:setting Priority:10

Overview

SettingPerk grants functions related to the unit's settings.

Setting

Format - Global

Settings common to all units are written in the “system.setting” section of the global settings.</description>
    </item>
    <item rdf:about="https://bitsmist.com/en/bitsmist-js-core/reference/perk/skin-perk?rev=1714706137&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-03T03:15:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>SkinPerk</title>
        <link>https://bitsmist.com/en/bitsmist-js-core/reference/perk/skin-perk?rev=1714706137&amp;do=diff</link>
        <description>SkinPerk

Inherits:Perk Section:skin Priority:210

Overview

The SkinPerk grants the HTML-related features. The Shadow DOM is also handled by this perk.

Settings

Format - Global

Settings common to all units are written in the “system.skin” section of the global settings.</description>
    </item>
    <item rdf:about="https://bitsmist.com/en/bitsmist-js-core/reference/perk/status-perk?rev=1718435019&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-15T07:03:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>StatusPerk</title>
        <link>https://bitsmist.com/en/bitsmist-js-core/reference/perk/status-perk?rev=1718435019&amp;do=diff</link>
        <description>StatusPerk

Inherits:Perk Section:status Priority:100

Overview

StatusPerk grants functions related to the unit's status.

Settings

Format - Global

Settings common to all units are written in the “system.status” section of the global settings.</description>
    </item>
    <item rdf:about="https://bitsmist.com/en/bitsmist-js-core/reference/perk/style-perk?rev=1714706137&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-03T03:15:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>StylePerk</title>
        <link>https://bitsmist.com/en/bitsmist-js-core/reference/perk/style-perk?rev=1714706137&amp;do=diff</link>
        <description>StylePerk

Inherits:Perk Section:style Priority:200

Overview

StylePerk grants the unit's style-related functions, such as loading and applying the CSS.

Settings

Format - Global

Settings common to all units are written in the “system.style” section of the global settings.</description>
    </item>
    <item rdf:about="https://bitsmist.com/en/bitsmist-js-core/reference/perk/unit-perk?rev=1714706137&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-03T03:15:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>UnitPerk</title>
        <link>https://bitsmist.com/en/bitsmist-js-core/reference/perk/unit-perk?rev=1714706137&amp;do=diff</link>
        <description>UnitPerk

Inherits:Perk Section:unit Priority:400

Overview

UnitPerk grants functions related to loading and instantiating units, such as loading class files.

Settings

Format - Global

Settings common to all units are written in the “system.unit</description>
    </item>
</rdf:RDF>
