interface KeyBox {
    kind: KeyBoxKind;
    range: Range;
}

Properties

Properties

range: Range