Interface PowOptions

The possible options for this node

interface PowOptions {
    context: BaseContext;
    value: number;
}

Hierarchy (view full)

Properties

Properties

context: BaseContext
value: number