FsHafas-JavaScript
    Preparing search index...

    Interface IcoCrd

    interface IcoCrd {
        type?: string;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    type?: string
    x: number
    y: number