1.1.0 • Published 5 years ago

anytype v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago