[Go to site: main page, start]

Interface ActorTrackableAttributes

interface ActorTrackableAttributes {
    bar?: string[];
    value?: string[];
}
Index

Properties

Properties

bar?: string[]

Paths to attributes that have both a value and a max property.

value?: string[]

Paths to attributes that have only a value property.