Type alias StaquiaSettings

StaquiaSettings: NumberSystemSettings & {
    onOverflow?: OverflowHandler;
    onThreshold?: ThreseholdHandler;
}

Settings and configurations for the number system and event handlers

Generated using TypeDoc