skia
    Preparing search index...

    Interface OpacityProperty

    Named opacity property.

    interface OpacityProperty {
        key: string;
        value: number;
    }
    Index

    Properties

    Properties

    key: string

    Property identifier, usually the node name.

    value: number

    Property value (0..100).