MAIDR Documentation - v3.39.0
    Preparing search index...

    Class ConstantAbstract

    Abstract utility class containing constant values used throughout the application.

    Index

    Properties

    Static ReadonlyARTICLE

    ARTICLE: "article" = 'article'

    HTML article element tag name

    DIV: "div" = 'div'

    HTML div element tag name

    FIGURE: "figure" = 'figure'

    HTML figure element tag name

    IMAGE: "img" = 'img'

    HTML img element tag name

    INPUT: "input" = 'input'

    HTML input element tag name

    STYLE: "style" = 'style'
    TEXT_AREA: "textarea" = 'textarea'

    HTML textarea element tag name

    BRAILLE_TEXT_AREA: "maidr-braille-textarea" = 'maidr-braille-textarea'

    ID for the braille textarea element

    Static ReadonlyMAIDR_ARTICLE

    MAIDR_ARTICLE: "maidr-article" = 'maidr-article'

    ID for the main MAIDR article container

    MAIDR_FIGURE: "maidr-figure" = 'maidr-figure'

    ID for the MAIDR figure container

    MAIDR_HIGHLIGHT: "maidr-highlight" = 'maidr-highlight'

    ID for the MAIDR highlight element

    REACT_CONTAINER: "maidr-react-container" = 'maidr-react-container'

    ID for the React component container

    REVIEW_INPUT: "maidr-review-input" = 'maidr-review-input'

    ID for the review input element

    TEXT_CONTAINER: "maidr-text-container" = 'maidr-text-container'

    ID for the text content container

    MAIDR_INSTRUCTION: "maidr-instruction" = 'maidr-instruction'

    ID for the instruction text element

    ROTOR_AREA: "maidr-rotor-area" = 'maidr-rotor-area'

    ID for the rotor navigation area

    SR_ONLY_CLASS: "maidr-sr-only" = 'maidr-sr-only'

    CSS class for screen reader only content

    ARIA_LABEL: "aria-label" = 'aria-label'

    ARIA label attribute name

    CIRCLE_X: "cx" = 'cx'

    SVG circle x-coordinate attribute

    CIRCLE_Y: "cy" = 'cy'

    SVG circle y-coordinate attribute

    D: "d" = 'd'

    SVG path data attribute

    FILL: "fill" = 'fill'

    SVG fill attribute

    MARGIN: "margin" = 'margin'
    POINTS: "points" = 'points'

    SVG points attribute for polygons

    RADIUS: "r" = 'r'

    SVG circle radius attribute

    ROLE: "role" = 'role'

    ARIA role attribute

    STROKE: "stroke" = 'stroke'

    SVG stroke color attribute

    STROKE_WIDTH: "stroke-width" = 'stroke-width'

    SVG stroke width attribute

    TITLE: "title" = 'title'

    HTML title attribute

    VISIBILITY: "visibility" = 'visibility'

    SVG visibility attribute

    X1: "x1" = 'x1'

    SVG line x1 coordinate attribute

    X2: "x2" = 'x2'

    SVG line x2 coordinate attribute

    Y1: "y1" = 'y1'

    SVG line y1 coordinate attribute

    Y2: "y2" = 'y2'

    SVG line y2 coordinate attribute

    MAIDR_SUBPLOT: "subplot" = 'subplot'

    MAIDR subplot identifier

    MAIDR: "maidr" = 'maidr'

    MAIDR attribute name

    MAIDR_JSON_SELECTOR: "[maidr^=\"{\"]" = '[maidr^="{"]'

    CSS selector for elements whose maidr attribute contains JSON (starts with '{')

    AFTER_END: "afterend" = 'afterend'

    DOM insertion position after the element

    APPLICATION: "application" = 'application'

    ARIA application role value

    ARE: " are " = ' are '

    Text string for 'are' with spaces

    CIRCLE: "circle" = 'circle'

    SVG circle element tag name

    CLOSE_BRACKET: "]" = ']'

    Close bracket character

    COMMA: "," = ','

    Comma character

    COMMA_SPACE: ", " = ', '

    Comma followed by space

    EMPTY: "" = ''

    Empty string constant

    HIDDEN: "hidden" = 'hidden'

    CSS visibility hidden value

    IS: " is " = ' is '

    Text string for 'is' with spaces

    LINE: "line" = 'line'

    SVG line element tag name

    MAIDR_DATA: "maidr-data" = 'maidr-data'

    MAIDR data attribute identifier

    MAIDR_HIGHLIGHT_COLOR: "#BADA55" = '#BADA55'

    Default highlight color in hex format

    NEW_LINE: "\n" = '\n'

    Newline character

    OPEN_BRACKET: "[" = '['

    Open bracket character

    POLYLINE: "polyline" = 'polyline'

    SVG polyline element tag name

    SPACE: " " = ' '

    Space character

    THROUGH: " through " = ' through '

    Text string for 'through' with spaces

    TRANSPARENT: "transparent" = 'transparent'

    CSS transparent color value

    VISIBLE: "visible" = 'visible'

    CSS visibility visible value

    X: "x" = 'x'

    X-axis coordinate identifier

    Y: "y" = 'y'

    Y-axis coordinate identifier

    HIGHLIGHT_BASE_COLOR: { r: number; g: number; b: number } = ...

    Base color for highlight contrast calculations (white)

    HIGHLIGHT_CONTRAST_RATIO: 3 = 3.0

    Minimum contrast ratio for highlight visibility

    HIGHLIGHT_COLOR_RATIO: 0.6

    Color adjustment ratio for creating highlights

    HIGHLIGHT_MAX_COLOR: 255

    Maximum RGB color value

    HIGHER_VALUE_MODE: "HIGHER VALUE NAVIGATION" = 'HIGHER VALUE NAVIGATION'

    Rotor mode for navigating to higher values

    LOWER_VALUE_MODE: "LOWER VALUE NAVIGATION" = 'LOWER VALUE NAVIGATION'

    Rotor mode for navigating to lower values

    DATA_MODE: "DATA POINT NAVIGATION" = 'DATA POINT NAVIGATION'

    Rotor mode for navigating data points

    NO_OF_ROTOR_NAV_MODES: 3

    Total number of rotor navigation modes