Perseus
    Preparing search index...
    type KeypadConfiguration = {
        extraKeys?: KeypadKey[];
        keypadType: KeypadType;
        scientific?: boolean;
        times?: boolean;
    }
    Index

    Properties

    extraKeys?: KeypadKey[]
    keypadType: KeypadType
    scientific?: boolean
    times?: boolean