Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 2.76 KB

File metadata and controls

81 lines (48 loc) · 2.76 KB

Focus Rule

Definitions

Focus Rule (FocusRule)

  • Type: Object
Key Description Details
id The focus rule's identifier. An unique, increasing integer. See details
subject The associated subject. See details
level The focus rule's level. See details
is_missing_implementation Has the focus rule not been implemented in Optolith yet? This is also true if the focus rule does not (currently) apply to any Optolith feature. See details
src See details
translations All translations for the entry, identified by IETF language tag (BCP47). See details

id

The focus rule's identifier. An unique, increasing integer.

  • Type: Integer
  • Minimum: 1

subject

The associated subject.

level

The focus rule's level.

  • Type: Integer
  • Minimum: 1
  • Maximum: 4

is_missing_implementation

Has the focus rule not been implemented in Optolith yet? This is also true if the focus rule does not (currently) apply to any Optolith feature.

  • Type: Boolean

src

translations

All translations for the entry, identified by IETF language tag (BCP47).


FocusRuleTranslation

  • Type: Object
Key Description Details
name The name of the focus rule. See details
description The description of the focus rule. See details
errata? See details

name

The name of the focus rule.

description

The description of the focus rule.

errata?