@willwade/aac-processors
    Preparing search index...

    Interface AACStyle

    interface AACStyle {
        backgroundColor?: string;
        borderColor?: string;
        borderWidth?: number;
        fontColor?: string;
        fontFamily?: string;
        fontSize?: number;
        fontStyle?: string;
        fontWeight?: string;
        labelOnTop?: boolean;
        textUnderline?: boolean;
        transparent?: boolean;
    }
    Index

    Properties

    backgroundColor?: string
    borderColor?: string
    borderWidth?: number
    fontColor?: string
    fontFamily?: string
    fontSize?: number
    fontStyle?: string
    fontWeight?: string
    labelOnTop?: boolean
    textUnderline?: boolean
    transparent?: boolean