Preparing search index...

    Interface PropertyValue

    interface PropertyValue {
        name: string;
        setter: string;
        timestamp: number;
        value: unknown;
    }
    Index

    Properties

    name: string

    Property name

    setter: string

    Source identifier (plugin id, server, provider id)

    timestamp: number

    Timestamp in milliseconds

    value: unknown

    The property value (can be any type including functions)