@eagleoutice/flowr - v2.13.1
    Preparing search index...

    Interface SigDefinitionLocation

    The definition location of the binding, with a file path usually relative to the package project root.

    interface SigDefinitionLocation {
        file: string;
        line: number;
    }
    Index

    Properties

    Properties

    file: string
    line: number