1.0.8 • Published 5 years ago

dotflow v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Flow

Flow contains the universal typings and basic layout of how a .flow file should be structured and defined.

Examples

Building a .flow file from the Basic structure

  1. Clone repo
  2. cd Flow
  3. yarn
  4. yarn run build to build a .flow file

Private Node Types

Node

PropertyTypeDescription
idstringA unique identifier for the node in the Document
namestringA non-unique identifier for the node in the Document
typeNodeTypeOne of NodeType that declares what type of Node it is

Shape extends Node

PropertyTypeDescription
positionFlow.PointA unique identifier for the node in the Document
sizeFlow.SizeA non-unique identifier for the node in the Document
connectionsFlow.Connection[]One of NodeType that declares what type of Node it is

Graphic extends Node

PropertyTypeDescription
positionFlow.PointA unique identifier for the node in the Document
sizeFlow.SizeA non-unique identifier for the node in the Document
sourceFlow.FileAsset or Flow.URLAssetOne of NodeType that declares what type of Node it is
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.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago