PixiDom - v1.0.0
    Preparing search index...

    Type Alias InputStyleOptions

    type InputStyleOptions = {
        backgroundColor: Color;
        borderColor?: Color;
        borderOpacity: number;
        borderWidth?: number;
        cursorColor: Color;
        cursorHeight: ValidMeasurement;
        cursorWidth: number;
        fontColor: Color;
        height?: ValidMeasurement;
        highlightedBackgroundColor: Color;
        highlightedFontColor: Color;
        width?: ValidMeasurement;
        xPadding: number;
        yPadding: number;
    }
    Index

    Properties

    backgroundColor: Color
    borderColor?: Color
    borderOpacity: number
    borderWidth?: number
    cursorColor: Color
    cursorHeight: ValidMeasurement
    cursorWidth: number
    fontColor: Color
    highlightedBackgroundColor: Color
    highlightedFontColor: Color
    xPadding: number
    yPadding: number