gatelogue-types
    Preparing search index...

    Interface Direction<St, S>

    interface Direction<St extends Located, S extends boolean = true> {
        backward_label: null | string;
        direction: number;
        forward_label: null | string;
        one_way: boolean | Sourced<boolean, S>;
    }

    Type Parameters

    • St extends Located
    • S extends boolean = true
    Index

    Properties

    backward_label: null | string
    direction: number
    forward_label: null | string
    one_way: boolean | Sourced<boolean, S>