Perseus
    Preparing search index...
    type DefaultProps = {
        backgroundImage: Props["backgroundImage"];
        labelLocation: Props["labelLocation"];
        labels: string[];
        markings: Props["markings"];
        range: Props["range"];
        showAxisArrows: Props["showAxisArrows"];
        showProtractor: Props["showProtractor"];
        showTooltips: Props["showTooltips"];
        step: Props["step"];
        userInput: Props["userInput"];
    }
    Index

    Properties

    backgroundImage: Props["backgroundImage"]
    labelLocation: Props["labelLocation"]
    labels: string[]
    markings: Props["markings"]
    range: Props["range"]
    showAxisArrows: Props["showAxisArrows"]
    showProtractor: Props["showProtractor"]
    showTooltips: Props["showTooltips"]
    step: Props["step"]
    userInput: Props["userInput"]