OneSDK
    Preparing search index...

    Interface Reaction

    interface Reaction {
        key: string;
        scale?: number;
        src?: string;
        value: number;
    }
    Index

    Properties

    Properties

    key: string
    scale?: number
    src?: string
    value: number