g3-toolkit API Reference
    Preparing search index...

    Interface DocPort

    interface DocPort {
        id: string;
        side?: "NORTH" | "SOUTH" | "EAST" | "WEST";
    }
    Index

    Properties

    Properties

    id: string
    side?: "NORTH" | "SOUTH" | "EAST" | "WEST"

    Optional fixed side hint (ELK port side passthrough).