1.1.0 • Published 6 years ago

anytype v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Anytype - Data structure description language

UniversalExtendedCard.at

import "../helpers"

defined UniversalExtendedCardWidgetData (This is widgets data!) is object (
    option line - array [0..1000] of object (
        required yCoordFrom - see "integer"
    ),
    required cell (
        This is comment.
        Это русский комментарий...
        And this text (with brackets) and more.
    ) - array [0..1000] of object (
        required nXCoord - integer,
        required nYCoord - integer,
        required object - array of one of (
            object (
                with Measure,
                with Actions,
                required sObjectType - value "deviation",
                required sName - string,
                required fValue - float,
                option nPrecision - integer,
                option isGood - Boolean,
                option arrow - single object (
                    required nDirection - integer,
                    option isGood - Tristate
                )
            )
        )
    )
)
1.1.0

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago