ts-lambda-api - v2.5.2
    Preparing search index...

    Interface FlowCollection

    interface FlowCollection {
        end: SourceToken[];
        indent: number;
        items: CollectionItem[];
        offset: number;
        start: SourceToken;
        type: "flow-collection";
    }
    Index

    Properties

    indent: number
    offset: number
    type: "flow-collection"