iink-ts - v3.2.1
    Preparing search index...

    Type Alias TStyle

    type TStyle = {
        color: string;
        fill?: string;
        opacity?: number;
        width: number;
        [key: string]: string | number | undefined;
    }

    Indexable

    • [key: string]: string | number | undefined
    Index

    Properties

    color: string
    fill?: string
    opacity?: number
    width: number

    in px