Interface PositionInfo

interface PositionInfo {
    dim?: Dimension;
    pos?: string;
}

Properties

Properties

dim?: Dimension
pos?: string