ixfx
    Preparing search index...

    Type Alias CssVariable

    CSS Variable

    type CssVariable = {
        attribute?: string;
        defaultValue: string | undefined;
        field?: string;
        variable: string;
    }
    Index

    Properties

    attribute?: string

    Attribute name, eg 'width' for a Canvas element.

    defaultValue: string | undefined

    Optional default value

    field?: string
    variable: string

    CSS variable to read for the value. -- prefix is not needed